rive_bloc 0.0.4 copy "rive_bloc: ^0.0.4" to clipboard
rive_bloc: ^0.0.4 copied to clipboard

A Simplified Flutter BLoC API Layer, Deeply Inspired by Riverpod. RiveBloc makes working with BLoC less verbose and less time-consuming.

0.0.1 #

Initial Version of the library.

0.0.2 #

  • A list of watchers is maintained within watched providers.
  • When a Provider is invalidated, we firstly invalidate it watchers.
  • Added state setter to AsyncCubit.

0.0.3 #

  • Added StreamProvider.

0.0.4 #

  • Fix bug in Computable mixin when T is nullable
  • Update stream_bloc documentation
  • Rename RiverCubit to RiveCubit across the codebase
  • Update state method signature to remove unnecessary type constraint
  • Update RiveCubit constructor parameter name for clarity
  • Update foregroundColor property to use WidgetStateProperty in Toolbar
  • Bump flutter_bloc dependency version to 9.0.0
  • Bump very_good_analysis from 5.1.0 to 6.0.0
  • Bump get_it to 8.0.0
  • Discard automatic loading state emission in AsyncCubit internal build
1
likes
160
points
38
downloads
screenshot

Publisher

verified publisherjovazcode.com

Weekly Downloads

2024.09.26 - 2025.04.10

A Simplified Flutter BLoC API Layer, Deeply Inspired by Riverpod. RiveBloc makes working with BLoC less verbose and less time-consuming.

Repository (GitHub)

Topics

#bloc #riverpod #state-management #providers #bloc-to-bloc

Documentation

API reference

License

MIT (license)

Dependencies

bloc, bloc_concurrency, flutter, flutter_bloc, get_it, meta, stack_trace, uuid

More

Packages that depend on rive_bloc