-
Notifications
You must be signed in to change notification settings - Fork 848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add Flutter docs #1638
Comments
Flutter isn't fully hosted on pub.dartlang.org like other packages. https://pub.dartlang.org/packages/flutter is only at 0.0.20 while at the time of writing, Flutter is at 0.2.11. A custom docset would be needed. The docset should also include platform components at https://docs.flutter.io/javadoc/ and https://docs.flutter.io/objcdoc/ on top of the dartdocs. |
I look forward being able to install Flutter's doc into Zeal |
Any update on this ? No support for Flutter is definitely a no go for me for purchasing Dash. |
@apouche as a workaround you can use the zip created by @imWildCat (Thanks @imWildCat) flutter/flutter#9955 (comment) but I'm totally sure that it should be officially supported by the Dash and Flutter team |
Thanks @maksimr, I tried indeed but it seems the link doesn't work anymore |
Any news on this ? I need this, too. |
there is an updated version on the same thread mentioned above. |
I created a repo for the instructions to install the docset easily: |
Flutter's build now produces offline docsets for Dash and Zeal that you can subscribe to. The feed for Flutter 1.0 (stable) docset feed URL: is https://docs.flutter.io/offline/flutter.xml FYI, Unless there is a way to contribute Flutter's docs to Dash via the feed URL, we probably won't be adding it to the default docset for Dash: our release pipeline is automated, and having to do an manual PR each time we release isn't really feasible for us. We're happy to contribute it, but we'd need an automated way to incorporate it into our CI system. |
It's not currently possible to contribute using the feed URL, sorry. Any chance the pull request could be automated as well? |
Has there been any movement on this issue? |
Hi @andrewcl, you can try: https://api.flutter.dev/offline/flutter.xml Reference: flutter/flutter#9955 (comment) |
The URL returns a 404. What is the current state of adding Flutter doc to Dash? |
The master URL is now at https://master-api.flutter.dev/offline/flutter.xml |
They both work fine, but for different version of flutter.
|
I didn't see a way to add a feed to Dash 6, but I figured it out based on other documentation - Go into a Terminal and run |
Server responds 503 while downloading the |
Flutter's official page on the topic: https://github.com/flutter/flutter/tree/master/dev/docs To install with Dash 7, I just went to Main Docsets, pressed the "+" button and then entered the url https://api.flutter.dev/offline/flutter.xml. Now that this is available, shouldn't it be added to the main docsets like Dart is? |
Flutter is a relatively new SDK for building custom-design mobile apps: flutter.io, github.
API docs: https://docs.flutter.io/ (same format as Dart docs)
The text was updated successfully, but these errors were encountered: