From bd0c65efd7356b0eff39f8f2c507fa7e224fc9d3 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 10 Mar 2019 06:19:32 +0100 Subject: [PATCH] State management --- source.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source.md b/source.md index aaafaeb..b309995 100644 --- a/source.md +++ b/source.md @@ -381,11 +381,14 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| ## Frameworks -### Bloc +### State management + +#### Standard - [Bloc](https://github.com/felangel/bloc) - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel) +- [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. -### Redux / ELM / Dependency Injection +#### Redux / ELM / Dependency Injection - [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) @@ -393,6 +396,7 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Dartea](https://github.com/p69/dartea) - Model View Update inspired by TEA from ELM by [Shilyagov P](https://github.com/p69) - [Inject](https://github.com/google/inject.dart) - Compile-time dependency injection by Google - [Flux](https://github.com/google/flutter_flux) - Implementation of the Flux framework by Google +- [Fish](https://github.com/alibaba/fish-redux) - Alibaba Redux implementation ### Widgets @@ -456,14 +460,10 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Deer](https://github.com/aleksanderwozniak/deer) - Minimalist Todo Planner built using BLoC pattern by [Aleksander WoΕΊniak](https://github.com/aleksanderwozniak) - [TailorMade](https://github.com/jogboms/tailor_made) - Managing a Fashion designer's daily routine using a mixture of ReBLoC w/ Firebase Cloud Store & Functions by [Jeremiah Ogbomo](https://twitter.com/jogboms) -### Block / Angular / PWA +### PWA - [InKino](https://github.com/roughike/inKino) - Movie app with flutter_redux, animations and unit tests by [Iiro Krankka](https://github.com/roughike) -### State Management - - - [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. - ### Games - [Flip](https://github.com/RedBrogdon/flutterflip) - Reversi game by [Andrew Brogdon](https://github.com/RedBrogdon)