1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Remove outdated material studies and update links in index.md to point to new shrine and gallery (#183)

This commit is contained in:
rami-a
2019-12-16 12:45:14 -05:00
committed by GitHub
parent 67bd8a3f1c
commit 04009ab37d
114 changed files with 2 additions and 6439 deletions

View File

@@ -144,10 +144,10 @@ thread and into an isolate.
## Demos
#### [Shrine](material_studies/shrine) _(Flutter team)_
#### [Shrine](gallery/gallery/lib/studies/shrine) _(Flutter team)_
The Shrine demo app from the Flutter team. It's designed to showcase how apps
can put their own spin on the Material Design components and how to use
ScopedModel to maintain app state across screens.
#### [Flutter Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) _(Flutter team)_
#### [Flutter Gallery](gallery) _(Flutter team)_
The official Flutter Gallery. There's tons of stuff in here. Just tons.