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
Brett Morgan e1f3fb020e
Revert "Improvements to M3 demo app (#1630)" (#1643)
1 year ago
..
context_menus Use `pumpAndSettle` after `dragUntilVisible` to avoid flakes in context_menu tests (#1588) 1 year ago
desktop_photo_search Migrate `desktop_photo_search` to top level (#1002) 2 years ago
element_embedding_demo Adds "Element Embedding" demo package. (#1596) 1 year ago
federated_plugin Enable Material 3 on `federated_plugin` (#1635) 1 year ago
linting_tool enable Material 3 on linting_tool (#1634) 1 year ago
material_3_demo Revert "Improvements to M3 demo app (#1630)" (#1643) 1 year ago
pedometer `experimental/pedometer`: fixup linter warning (#1589) 1 year ago
varfont_shader_puzzle Tidyup `varfont_shader_puzzle` (#1629) 1 year ago
veggieseasons Update more links and mentions to the main branch (#1294) 2 years ago
web_dashboard `experimental/web_dashboard` fix for deprecated annotations (#1581) 2 years 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.