mirror of
https://github.com/Solido/awesome-flutter.git
synced 2024-11-20 11:27:07 -05:00
Update README.md
w_flux addition and content organisation
This commit is contained in:
parent
69b0df1e95
commit
7e217eb106
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -83,22 +83,23 @@ Have something that belongs under "Buzzing"? drop me a line: flutter[at]robbieon
|
|||
|
||||
## Components
|
||||
|
||||
- [Image Picker](https://github.com/flutter/image_picker) - by [Collin Jackson](http://www.collinjackson.com)
|
||||
### Demonstrations
|
||||
|
||||
- [🔥Flutter Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo app for the material design widgets and other features provided by Flutter.
|
||||
- [Posse Gallery](https://github.com/flutter/posse_gallery) by [POSSE PRODUCTIONS LLC.](http://goposse.com)
|
||||
|
||||
### System
|
||||
|
||||
### UI
|
||||
|
||||
- [Image Picker](https://github.com/flutter/image_picker) - by [Collin Jackson](http://www.collinjackson.com)
|
||||
|
||||
### Navigation
|
||||
- [Flutter Route](https://github.com/goposse/flutter-router) - Router.define "/users/:id" by [POSSE PRODUCTIONS LLC.](http://goposse.com)
|
||||
|
||||
#### Navigation/Routing Articles
|
||||
- [Stocks Demo](https://github.com/flutter/flutter/blob/master/examples/stocks/lib/main.dart#L82) - Using onGenerateRoute()
|
||||
|
||||
#### Navigation Demos
|
||||
- [🔥Flutter Gallery](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery) - Demo app for the material design widgets and other features provided by Flutter.
|
||||
- [Posse Gallery](https://github.com/flutter/posse_gallery) by [POSSE PRODUCTIONS LLC.](http://goposse.com)
|
||||
|
||||
### Auth
|
||||
|
||||
- [Facebook Auth](https://medium.com/@segaud.kevin/facebook-oauth-login-flow-with-flutter-9adb717c9f2e) - by [Kevin Segaud](https://twitter.com/kevin_segaud)
|
||||
|
@ -186,9 +187,12 @@ Plugins / IOS - Android additions
|
|||
|
||||
## Frameworks
|
||||
|
||||
### Flux / Redux
|
||||
|
||||
- [Flutter Flux](https://github.com/jimbeveridge/flutter_flux) - A Flux implementation for Flutter
|
||||
- [GreenCat](https://github.com/alexeieleusis/greencat) - A port of Redux to Dart, including Redux Thunk
|
||||
- [Redux](https://pub.dartlang.org/packages/redux) - Redux for Flutter
|
||||
- [WFlux](https://github.com/Workiva/w_flux) - A Dart app architecture library with uni-directional data flow inspired by RefluxJS and Facebook's Flux.
|
||||
|
||||
### Web
|
||||
|
||||
|
|
Loading…
Reference in a new issue