From 1cb5a002c95f97036d27585be405f76129dbc828 Mon Sep 17 00:00:00 2001 From: Marcelo Glasberg Date: Mon, 2 Sep 2019 15:06:50 -0300 Subject: [PATCH 1/2] Add Async Redux. --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index b80272c..7f1ff7a 100644 --- a/source.md +++ b/source.md @@ -453,6 +453,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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 +- [Async Redux](https://pub.dev/packages/async_redux) - Redux version which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers by [Marcelo Glasberg](https://github.com/marcglasberg/) ### Widgets From 4ea9c6de954ad187c5b233e8481409a6c7706227 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 4 Sep 2019 21:56:37 +0200 Subject: [PATCH 2/2] Shorten desc ! --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 7f1ff7a..0c4e73f 100644 --- a/source.md +++ b/source.md @@ -453,7 +453,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [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 -- [Async Redux](https://pub.dev/packages/async_redux) - Redux version which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers by [Marcelo Glasberg](https://github.com/marcglasberg/) +- [Async Redux](https://pub.dev/packages/async_redux) - Redux without boilerplate. Allows for both sync and async reducers by [Marcelo Glasberg](https://github.com/marcglasberg/) ### Widgets