diff --git a/experimental/README.md b/experimental/README.md index 320abf4d8..b67d4a410 100644 --- a/experimental/README.md +++ b/experimental/README.md @@ -3,34 +3,3 @@ The `experimental` directory has been deprecated. All samples within have been deleted or moved to [github.com/flutter/demos][] ---- - - -# 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: - -```bash -flutter channel master -flutter upgrade -``` - -When you're done, use this command to return to the safety of the stable -channel: - -```bash -flutter channel stable -``` - -## Want more info about the repo in general? - -See the [README](../README.md) in the repo's root folder. diff --git a/flutter_maps_firestore/README.md b/flutter_maps_firestore/README.md new file mode 100644 index 000000000..e0142d7ce --- /dev/null +++ b/flutter_maps_firestore/README.md @@ -0,0 +1,3 @@ +# Sample deprecated + +The `flutter_maps_firestore` sample has been deprecated.