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
Qun Cheng f741c8ff08
Remove extra parameter from `BottomSheet` (#2080)
8 months ago
..
context_menus Update for 3.13 stable (#1992) 10 months ago
desktop_photo_search Migrate `desktop_photo_search` to top level (#1002) 2 years ago
federated_plugin Update for 3.13 stable (#1992) 10 months ago
linting_tool Bump google_fonts from 5.1.0 to 6.0.0 in /experimental/linting_tool (#2019) 10 months ago
material_3_demo Remove extra parameter from `BottomSheet` (#2080) 8 months ago
pedometer Bump flutter_lints from 2.0.3 to 3.0.0 in /experimental/pedometer/example (#2047) 9 months ago
varfont_shader_puzzle Bump google_fonts from 5.1.0 to 6.0.0 in /experimental/varfont_shader_puzzle (#2017) 10 months ago
veggieseasons Update more links and mentions to the main branch (#1294) 2 years ago
web_dashboard Bump uuid from 3.0.7 to 4.0.0 in /experimental/web_dashboard (#2000) 10 months ago
README.md Typo fix in README.md (#774) 3 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 to 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.