rx_redux 2.1.1
rx_redux: ^2.1.1 copied to clipboard
Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.
2.1.1 Oct 30, 2020 #
- Add
RxReduxStore.dispatchMany(Stream<A>): Dispatch aStreamof actions to store. - Add extension method
dispatchToonAandStream<A>, eg:anAction.dispatchTo(store),streamOfActions.dispatchTo(store).
2.1.0 Aug 28, 2020 #
- State stream returned from
RxReduxStorewill not replay the latest state (UseRxReduxStore.stategetter instead).
2.0.0 Aug 27, 2020 #
- Added
Loggerwhich allows logging current state, action and new state. - Added
RxReduxStore, first-class for Flutter UI. - Updated docs, example, README.
- Updated internal refactor, optimized for performance.
- Fixed many issues.
1.2.0 Apr 25, 2020 #
- Breaking change: remove
rxdartdependency
1.1.0 Dec 17, 2019 #
- Update
rxdart - Now support extension methods
1.0.1+1 Oct 7, 2019 #
- Update dependencies
- Update example
1.0.1 Aug 29, 2019 #
- Update dependencies
- Some minor changes
1.0.0+1 Jun 29, 2019 #
- Only change description
1.0.0 Jun 18, 2019 #
- Add the document, README, tests and some changes
0.0.9 May 22, 2019 #
- Initial version, created by Stagehand