rx_redux 2.1.1 copy "rx_redux: ^2.1.1" to clipboard
rx_redux: ^2.1.1 copied to clipboard

outdated

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 a Stream of actions to store.
  • Add extension method dispatchTo on A and Stream<A>, eg: anAction.dispatchTo(store), streamOfActions.dispatchTo(store).

2.1.0 - Aug 28, 2020 #

  • State stream returned from RxReduxStore will not replay the latest state (Use RxReduxStore.state getter instead).

2.0.0 - Aug 27, 2020 #

  • Added Logger which 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 rxdart dependency

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
20
likes
0
pub points
58%
popularity

Publisher

unverified uploader

Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on rx_redux