async_redux 1.2.0
async_redux: ^1.2.0 copied to clipboard
A special Redux version, tailored for Flutter, which is easy to learn, to use, to test, and has no boilerplate. Allows for both sync and async reducers.
1.0.0 - 2019-08-05 #
- Initial commit.
1.0.4 - 2019-08-05 #
- Store tester.
1.0.9 - 2019-08-07 #
- Error message improvement.
1.1.0 - 2019-08-07 #
- Correct stacktrace for unwrapped action errors.
1.1.1 - 2019-08-10 #
- Ignore actions in the StoreTester.
1.1.2 - 2019-08-13 #
- README improvement.
1.1.3 - 2019-08-21 #
- StoreTester: waitCondition and waitConditionGetLast.
1.2.0 - 2019-08-22 #
- Doc improvement. StoreTester improvements.