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:
parent
acedd5afb9
commit
1ec7f8663e
1 changed files with 5 additions and 1 deletions
6
README.md
generated
6
README.md
generated
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue