bloc_effects 0.3.0 copy "bloc_effects: ^0.3.0" to clipboard
bloc_effects: ^0.3.0 copied to clipboard

Cubit and Bloc abstractions and Flutter Widget that make it easy to add UI Effects to the BLoC state management.

0.3.0 #

  • Breaking changes: the [useEffect] method had the same prefix name as hooks and was renamed to [emitEffect].
  • [flutter_bloc] updated to 8.1.2

0.2.1 #

  • Removed deprecated for Bloc methods.

0.2.0 #

  • Added [BlocWithEffectsObserver] with [onEffect] callback
  • [useEffect] throws [StateError] if bloc is closed

0.1.1 #

  • Updated documentation, example, readme [README.md]

0.1.0 #

  • updated [README.md]

0.1.0-dev.1 #

  • initial release.
19
likes
150
points
1.69k
downloads

Publisher

verified publisherdarttech.dev

Weekly Downloads

Cubit and Bloc abstractions and Flutter Widget that make it easy to add UI Effects to the BLoC state management.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on bloc_effects