1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 14:28:51 +00:00

updates link for Flutter Gallery and Shrine (#459)

This commit is contained in:
Ayush Bherwani
2020-06-05 03:25:45 +05:30
committed by GitHub
parent acf700c642
commit d500d15c0f

View File

@@ -145,10 +145,10 @@ thread and into an isolate.
## Demos
#### [Shrine](gallery/lib/studies/shrine) _(Flutter team)_
#### [Shrine](https://github.com/flutter/gallery/tree/master/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](gallery) _(Flutter team)_
#### [Flutter Gallery](https://github.com/flutter/gallery) _(Flutter team)_
The official Flutter Gallery. There's tons of stuff in here. Just tons.