From 1103d341b252d78d5c58a1d5111fa45307e8d41a Mon Sep 17 00:00:00 2001 From: Vorathep Sumetphong Date: Wed, 16 May 2018 14:52:28 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a07a865..2e41afc 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Introduction to Flutter - Faisal Abid ## Frameworks ### Flux / Redux - +- [flutter_flux](https://github.com/google/flutter_flux) - Flux app architecture library - [GreenCat](https://github.com/alexeieleusis/greencat) - Port of Redux to Dart, including Redux Thunk - [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)