rebloc 0.0.6 copy "rebloc: ^0.0.6" to clipboard
rebloc: ^0.0.6 copied to clipboard

outdated

A state management library for Flutter that combines aspects of Redux and BLoC. Rebloc uses streams and BLoCs to compose middleware and reducers.

[0.0.6] - 10/5/2018. #

  • Added useful_blocs.dart to hold some built-in Blocs that devs might want to use.
  • Added DebouncerBloc, a Bloc capable of debouncing repeated actions.
    • Note that if an Action is cancelled by DebouncerBloc, any Action that has been given to its afterward method will also be cancelled.

[0.0.5] - 9/11/2018. #

  • Added afterward method to the Action class.

[0.0.4] - 8/27/2018. #

  • First release in which I remembered to update the change log.
  • Two examples in place, plus the library itself.
  • Seems relatively stable.
16
likes
0
pub points
55%
popularity

Publisher

unverified uploader

A state management library for Flutter that combines aspects of Redux and BLoC. Rebloc uses streams and BLoCs to compose middleware and reducers.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta, rxdart

More

Packages that depend on rebloc