mirror of
https://github.com/Solido/awesome-flutter.git
synced 2025-07-31 22:01:13 -04:00
Dependency injection
This commit is contained in:
parent
759572e1c0
commit
857dcc43b7
1 changed files with 3 additions and 2 deletions
|
@ -275,14 +275,15 @@ Introduction to Flutter - Faisal Abid
|
|||
|
||||
## Frameworks
|
||||
|
||||
### Flux / Redux / ELM
|
||||
### Flux / Redux / ELM / Dependancy Injection
|
||||
|
||||
- [Flutter_flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google
|
||||
- [Flutter built redux](https://github.com/davidmarne/flutter_built_redux) - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne)
|
||||
- [Redux.dart](https://github.com/johnpryan/redux.dart) - Port of Redux to Dart with an ecosystem of middleware, Flutter integrations, and time traveling dev tools by [John Ryan](https://github.com/johnpryan) and [Brian Egan](https://gitlab.com/users/brianegan/projects)
|
||||
- [Flutter_redux](https://github.com/brianegan/flutter_redux) - Built to work with [redux.dart](https://github.com/johnpryan/redux.dart), utilities that allow you to easily consume a Redux Store to build Flutter Widgets.
|
||||
- [GreenCat](https://github.com/alexeieleusis/greencat) - Port of Redux to Dart, including Redux Thunk
|
||||
- [Dartea](https://pub.dartlang.org/packages/dartea) - Model View Update inspired by TEA from ELM by
|
||||
- [Dartea](https://pub.dartlang.org/packages/dartea) - Model View Update inspired by TEA from ELM by Shilyagov P.
|
||||
- [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection for Dart and Flutter by Google
|
||||
|
||||
### Game
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue