* add web_dashboard sample * add docs * address code review comments * restructure web_dashboard * set up provider and mock service * add copyright headers, use relative imports * add API class, add tests * fmt * rename services -> API, remove data library * use new API in app * add stream to items api * convert from StreamBuilder to StreamProvider * add subscription to Entry API * rename API classes * address comments * Update README.md * update README * remove routing_demo
Master channel samples
In this directory, you'll find samples that target Flutter's master channel. They may take advantage of new SDK features that haven't landed in the stable channel, and they may crash, lock up your machine, or otherwise fail to run correctly. In other words, consider everything in this directory to be an experiment.
We're maintaining these samples here so that folks can see some of Flutter's upcoming features as they evolve, and get a sense for how they'll eventually be used. If you'd like to run them, make sure to switch the the master channel first:
flutter channel master
flutter upgrade
When you're done, use this command to return to the safety of the stable channel:
flutter channel stable
Index
Add-to-App
This project shows how to add a Flutter module to existing Android and iOS applications.
Want more info about the repo in general?
See the README in the repo's root folder.