You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/experimental
Ayush Bherwani c5c2da9a4b
[federated_plugin] adds web implementation of federated_plugin (#507)
4 years ago
..
add_to_app Adding redirect README for add_to_app (#182) 5 years ago
desktop_photo_search Update linux compilation generated files (#489) 4 years ago
federated_plugin [federated_plugin] adds web implementation of federated_plugin (#507) 4 years ago
form_app add form_app (#463) 4 years ago
web_dashboard Default to mock version in web_dashboard (#505) 4 years ago
README.md Removing index from experimental README (#362) 4 years ago

README.md

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 the apps, 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

Want more info about the repo in general?

See the README in the repo's root folder.