From 2983b21873a0fcca91bc673a113ef9e2adf08186 Mon Sep 17 00:00:00 2001 From: Andrew Brogdon Date: Wed, 27 Feb 2019 12:30:16 -0800 Subject: [PATCH] Adds disclaimer to index and tweaks one item description (#50) --- INDEX.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/INDEX.md b/INDEX.md index be5879f97..fc6cf1355 100644 --- a/INDEX.md +++ b/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) [![GitHub stars](https://img.shields.io/github/stars/nisrulz/flutter-examples.svg?style=social&label=Star)](https://github.com/nisrulz/flutter-examples) [![GitHub forks](https://img.shields.io/github/forks/nisrulz/flutter-examples.svg?style=social&label=Fork)](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) [![GitHub stars](https://img.shields.io/github/stars/ibhavikmakwana/FlutterPlayground.svg?style=social&label=Star)](https://github.com/ibhavikmakwana/FlutterPlayground) [![GitHub forks](https://img.shields.io/github/forks/ibhavikmakwana/FlutterPlayground.svg?style=social&label=Fork)](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) [![GitHub stars](https://img.shields.io/github/stars/brianegan/flutter_architecture_samples.svg?style=social&label=Star)](https://github.com/brianegan/flutter_architecture_samples) [![GitHub forks](https://img.shields.io/github/forks/brianegan/flutter_architecture_samples.svg?style=social&label=Fork)](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) [![GitHub stars](https://img.shields.io/github/stars/ibhavikmakwana/FlutterPlayground.svg?style=social&label=Star)](https://github.com/ibhavikmakwana/FlutterPlayground) [![GitHub forks](https://img.shields.io/github/forks/ibhavikmakwana/FlutterPlayground.svg?style=social&label=Fork)](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