mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Adds disclaimer to index and tweaks one item description (#50)
This commit is contained in:
16
INDEX.md
16
INDEX.md
@@ -11,6 +11,12 @@ the Flutter team works to keep this list up to date, there are plenty of others
|
||||
created by the community, such as
|
||||
[Awesome Flutter](https://github.com/Solido/awesome-flutter) from @Solido.
|
||||
|
||||
***Please don't submit pull requests directly updating this file. While we're
|
||||
always happy to learn of new samples from the community, we need
|
||||
to keep this file small. There are plenty of user-maintained indices (like
|
||||
[Awesome Flutter](https://github.com/Solido/awesome-flutter)) that are meant to
|
||||
be exhaustive, and those are great places for submitting your own work.***
|
||||
|
||||
## How-to Collections
|
||||
|
||||
#### [Flutter Examples](https://github.com/nisrulz/flutter-examples) [](https://github.com/nisrulz/flutter-examples) [](https://github.com/nisrulz/flutter-examples/fork)
|
||||
@@ -29,10 +35,6 @@ YouTube video showing implementation.
|
||||
Twenty-odd samples detailing common tasks with Flutter: how to use text fields,
|
||||
streams and StreamBuilders, and more.
|
||||
|
||||
#### [FlutterPlayground](https://github.com/ibhavikmakwana/FlutterPlayground) [](https://github.com/ibhavikmakwana/FlutterPlayground) [](https://github.com/ibhavikmakwana/FlutterPlayground/fork)
|
||||
|
||||
Contains a list of examples from Bhavik Makwana.
|
||||
|
||||
## Architecture / networking / backend
|
||||
|
||||
#### [Flutter Architectural Samples](https://github.com/brianegan/flutter_architecture_samples) [](https://github.com/brianegan/flutter_architecture_samples) [](https://github.com/brianegan/flutter_architecture_samples/fork)
|
||||
@@ -49,7 +51,7 @@ hand-written constructors, `json_serializable`, and `built_value`.
|
||||
|
||||
#### [scoped_model_counter](scoped_model_counter) _(Flutter team)_
|
||||
|
||||
The simplest possible app (the counter) using `scoped_model`
|
||||
The simplest possible app (the counter) using `scoped_model`
|
||||
for state management.
|
||||
|
||||
## UI
|
||||
@@ -58,6 +60,10 @@ for state management.
|
||||
Another sample from Flutter GDE Pawan Kumar, this repo includes a variety of
|
||||
polished UI examples.
|
||||
|
||||
#### [FlutterPlayground](https://github.com/ibhavikmakwana/FlutterPlayground) [](https://github.com/ibhavikmakwana/FlutterPlayground) [](https://github.com/ibhavikmakwana/FlutterPlayground/fork)
|
||||
|
||||
A repo full of short, specific examples (with animated screenshots!) showing
|
||||
commonly used widgets and how to put them to work.
|
||||
|
||||
#### [Flutter Challenges](https://github.com/matthew-carroll?tab=repositories&q=flutter_ui_challenge)
|
||||
More a GitHub search result than a single repo, Matt Carroll's Flutter UI
|
||||
|
||||
Reference in New Issue
Block a user