Hello Flutter Devs,
If you are using our 1.0 stable release, you will find our API documentation, as it has always been, at
https://docs.flutter.io.
If you
use the "cutting edge" master channel, however, you might want to see the
matching API documentation
for that channel instead. You may now do so through the site:
https://master-docs.flutter.io.
The master docs are built for every commit (i.e. several times daily).
The stable docs are updated each time we push a new stable release.
Also, if you work offline, or have poor connectivity, you might wish to check out
Zeal (free) for Linux and Windows, or
Dash (
a small fee) for macOS. These are simple browsers for offline API docs, and Flutter's build now produces
offline docsets for these that you can subscribe to.
Follow the user documentation for these offline browsers to see how to add a docset feed to them. There is an
IntelliJ Dash plugin (that works for Zeal too) that will search for the symbol under the cursor at the touch of a key.
You can also download (if you don't want to use Zeal or Dash) a ZIP file of the HTML for the website:
Enjoy!
-Greg.