value_cubit 1.3.3 copy "value_cubit: ^1.3.3" to clipboard
value_cubit: ^1.3.3 copied to clipboard

A dart package that helps implements basic states for BLoC library

1.3.3 #

  • FIX: no emit on closed bloc.

1.3.2 #

  • Update a dependency to the latest release.

1.3.1 #

  • DOCS: fix performOnState reference.

1.3.0 #

  • FEAT: added ValueCubitMixin.waitReady.

1.2.5 #

  • Update a dependency to the latest release.

1.2.4 #

  • Update a dependency to the latest release.

1.2.3 #

  • FIX: deprecation messages.

1.2.2 #

  • Update a dependency to the latest release.

1.2.0 #

  • Added pattern matching

1.1.6 #

  • Update README exemple

1.1.5 #

  • Simplification of the example

1.1.4 #

  • Fix diagram images

1.1.2 #

  • Simplify BaseState
  • More understable example messages
  • States modelization

1.1.1 #

  • Sanitize emitMappedState parameters

1.1.0 #

  • Upgrade depedencies to Flutter 3.0.1
  • emitMappedState on ValueState

1.0.1 #

  • Update documentation

1.0.0 #

  • New cubit class RefreshValueCubit
  • New states WithValueState, PendingState, ReadyState and ErrorWithPreviousValue
  • New helpers StreamInputCubitMixin (mixin on ValueCubit)
  • New extension behaviorSubject (current state with stream) on StateAndStream
  • Add examples : basic and flutter

0.9.0 #

Initial version of the library.

  • Includes states
  • ValueCubit and mixins
4
likes
140
pub points
58%
popularity

Publisher

verified publisherdevobs.dev

A dart package that helps implements basic states for BLoC library

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, meta, stream_transform, synchronized, value_state

More

Packages that depend on value_cubit