1
0
Fork 0
mirror of https://github.com/Solido/awesome-flutter.git synced 2024-11-20 11:27:07 -05:00

Added reference to MobX with a separate section on State Management

This commit is contained in:
Pavan Podila 2019-01-07 07:36:22 +05:30 committed by GitHub
parent acedd5afb9
commit 1ec7f8663e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
README.md generated
View file

@ -360,6 +360,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
- [Inject](https://github.com/google/inject.dart) [317] - Compile-time dependency injection by Google.
- [Flutter_flux](https://github.com/google/flutter_flux) [269] - Implementation of the Flux framework by Google - [Flux](https://github.com/google/flutter_flux) [269] - Implementation of the Flux framework by Google
### State Management
- [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your Dart and Flutter apps with Transparent Functional Reactive Programming (TFRP). This is a port of MobX from the JavaScript/React land.
### Widgets
- [Hooks](https://github.com/rrousselGit/flutter_hooks) [231] - Advanced code sharing between widgets by [Remi Rousselet](https://github.com/rrousselGit).
@ -476,4 +480,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐|
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work.
To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work.