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

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

2.0.0 #

  • [flutter_bloc] updated to 9.0.0
  • Bumped lint rules
  • Bumped version

1.0.5 #

  • [flutter_bloc] updated to 9.0.0
  • Bumped lint rules

1.0.4 #

  • [flutter_bloc] updated to 8.1.4
  • Updated lint rules

1.0.3 #

  • Fixed unnecessary effector disposing in [BlocEffectListener]

1.0.2 #

  • Fix readme

1.0.1 #

  • Fix example to use mixin

1.0.0 #

  • Breaking changes: the [Effector] mixin renamed to [Effects] mixin and it becomes public and alternative way use effects in blocs and cubits to extends them from [BlocWithEffects] or [CubitWithEffects] classes.
  • Breaking changes: separated Bloc state from Effects, removed from [BlocEffectListener], use state properties or snapshot as a part of Effect implementation.
  • [flutter_bloc] updated to 8.1.3
  • bump [sdk] high version to 4.0.0

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.
18
likes
160
points
2.09k
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