Skip to content
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

Open
filiph opened this issue Nov 2, 2017 · 20 comments
Open

Please add Flutter docs #1638

filiph opened this issue Nov 2, 2017 · 20 comments
Labels

Comments

@filiph
Copy link

filiph commented Nov 2, 2017

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)

@Kapeli Kapeli added the request label Nov 3, 2017
@bjornbjorn
Copy link

I've had Flutter docs working for a while using the dartdocs.org third party source. However, lately flutter shows up as "empty docset", not sure why. See screenshot with flutter + cloud_firestore (which works, from dartdocs.org as well):

Screenshot

@xster
Copy link

xster commented Apr 12, 2018

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.

@maksimr
Copy link

maksimr commented Jun 4, 2018

Now Dash documentation for Flutter doesn't work at all

@mathieujobin
Copy link

I look forward being able to install Flutter's doc into Zeal
Thanks

@apouche
Copy link

apouche commented Jul 30, 2018

Any update on this ? No support for Flutter is definitely a no go for me for purchasing Dash.

@maksimr
Copy link

maksimr commented Jul 30, 2018

@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

@apouche
Copy link

apouche commented Jul 30, 2018

Thanks @maksimr, I tried indeed but it seems the link doesn't work anymore
EDIT: Actually I tried again after writing this and it does work, thanks.

@phlebotinum
Copy link

Any news on this ? I need this, too.

@mathieujobin
Copy link

there is an updated version on the same thread mentioned above.
flutter/flutter#9955 (comment)

@imWildCat
Copy link

I created a repo for the instructions to install the docset easily:
https://github.com/imWildCat/flutter-docset

@gspencergoog
Copy link

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
The feed for Flutter master channel (cutting edge) docset feed URL is: https://master-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.

@Kapeli
Copy link
Owner

Kapeli commented Dec 10, 2018

It's not currently possible to contribute using the feed URL, sorry.

Any chance the pull request could be automated as well?

@andrewcl
Copy link

Has there been any movement on this issue?

@imWildCat
Copy link

Hi @andrewcl, you can try: https://api.flutter.dev/offline/flutter.xml

Reference: flutter/flutter#9955 (comment)

@svenjacobs
Copy link

you can try: https://api.flutter.dev/offline/flutter.xml

The URL returns a 404. What is the current state of adding Flutter doc to Dash?

@hacker1024
Copy link

The master URL is now at https://master-api.flutter.dev/offline/flutter.xml

@jasonzhouu
Copy link

The master URL is now at https://master-api.flutter.dev/offline/flutter.xml

They both work fine, but for different version of flutter.

url flutter version
https://api.flutter.dev/offline/flutter.xml 2.2.2(lastest version)
https://master-api.flutter.dev/offline/flutter.xml 2.3.0-17.0.pre.529(preview version)

@ari-becker
Copy link

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 open dash-feed://https://api.flutter.dev/offline/flutter.xml and it'll add the feed.

@timnew
Copy link

timnew commented Oct 28, 2022

Server responds 503 while downloading the .tar.gz file, it has been like this for a few days now

@joshuadutton
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests