FLUTTER ECOSYSTEM

kranfix/riverbloc

`flutter_bloc` implemented with `riverpod` instead of `provider`.

riverbloc project cover
Stars
84
Forks
18
Last push (UTC)
Apr 12, 2026
Project status
Active
Frank Moreno GitHub avatar
GITHUB User

Frank Moreno ↗

LanguagesDartHTML

Technical topics

Packages published by this repository

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

Bloc Alternatives libraries

A collection of dart & flutter packages to work with Bloc

Packages

flutter_hooks_bloc

A reimplementation of flutter_bloc based on flutter_hooks.

Advantages:

  • Now you can use a useBloc hook function.
  • Bloc widgets has less compostion in te widget tree.
  • Widget inspector gives information about bloc/cubit.
  • It's easy to create a widget with a MultiBlocBuilder behavior.

riverbloc

Expose a BlocProvider based on Riverpod and can be use with flutter_riverpod or hooks_riverpod instead of flutter_bloc.

With this package, MultiBlocProvider is not necessary anymore. No more FlutterError/ProviderNotFoundException on context.bloc() invocation.