1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/experimental
Kevin Moore 9fef1332f3 Clean up dependencies across packages (#2585)
Drop dep on pkg:collection, use new bits in Dart 3.0
Fixed very old dep in navigation_and_routing – bug was fixed long ago
2025-02-13 03:14:20 +00:00
..
2025-02-12 18:08:01 -05:00
2025-02-12 18:08:01 -05:00

Deprecation warning

The experimental directory will be retired with the release of Flutter 3.32, tentatively scheduled for May 2025. At that time, remaining samples will be deleted.


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.