stream_store 0.1.0 copy "stream_store: ^0.1.0" to clipboard
stream_store: ^0.1.0 copied to clipboard

Dart 1 only

A Redux-style Store implemented using core Dart Stream primitives

Changelog #

0.1.0 #

  • Breaking changes: Remove state transformers. You an just transform the Store's Stream<State> however you like.
  • Only allow the use of Effect for side-effects instead of transformers. Effects cannot swallow actions that are added to the Stream, and work with both a Stream<Action> and a Stream<State>.
  • Migrate LoggingTransformer to LoggingEffect. Improve functionality.

0.0.2 #

  • Move to github
  • Bump Rx

0.0.1 #

  • Initial version with simple Stream-based API
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Redux-style Store implemented using core Dart Stream primitives

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

logging, rxdart

More

Packages that depend on stream_store