Move flutter_gallery to the testing folder (#52532)

Move Flutter Gallery to dev/integration_tests/ as it is an older copy used only for testing. The current version of the Flutter Gallery now lives in https://github.com/flutter/gallery.
This commit is contained in:
Michael Thomsen
2020-03-16 02:31:42 -07:00
committed by GitHub
parent 1606d87834
commit e167181444
250 changed files with 85 additions and 103 deletions

View File

@@ -13,9 +13,8 @@ Available examples include:
- **Hello, world** The [hello world app](hello_world) is a minimal Flutter app
that shows the text "hello, world."
- **Flutter gallery** The [flutter gallery app](flutter_gallery) showcases
Flutter's widgets, including its implementation of [material
design](https://material.io/design/).
- **Flutter gallery** The flutter gallery app no longer lives in this repo.
Please see the [gallery repo](https://github.com/flutter/gallery).
- **Layers** The [layers vignettes](layers) show how to use the various layers
in the Flutter framework. For details, see the [layers