bloc_lite 0.2.0 copy "bloc_lite: ^0.2.0" to clipboard
bloc_lite: ^0.2.0 copied to clipboard

discontinued

A simplified library for creating stream-based bloc view models that adhere to the BLoC paradigm.

[0.2.0] #

  • Removed BlocState and BlocControllerWithState classes. Dedicated state objects are redundant when state can be stored in the controller itseld and counterproductive to the goals of bloc_lite.

[0.1.3] #

  • Minor update to README

[0.1.2] #

  • Changed subscribeToUpdates in BlocController to listen for compactness and to more closely reflect naming conventions in other libraries.
  • Changed subscribeToMutations in BlocState to listen for compactness and to more closely reflect naming conventions in other libraries.
  • Added a more complete README

[0.1.1] #

  • Added a publishMutation method to BlocState to enable implementing classes to manually trigger a mutation event.
  • Changed mutate in BlocState to call publishMutation after executing the closure function.

[0.1.0] #

  • Initial release.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simplified library for creating stream-based bloc view models that adhere to the BLoC paradigm.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

meta, rxdart

More

Packages that depend on bloc_lite