
flutter_bloc | Flutter package - Pub
Mar 1, 2025 · Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
bloc | Dart package - Pub
Jan 12, 2025 · Cubit # A Cubit is class which extends BlocBase and can be extended to manage any type of state. Cubit requires an initial state which will be the state before emit has been called.
Cubit class - bloc library - Dart API
A Cubit is similar to Bloc but has no notion of events and relies on methods to emit new states. Every Cubit requires an initial state which will be the state of the Cubit before emit has been called. The current state of a Cubit can be accessed via the state getter.
get_cubit | Flutter package
Mar 31, 2023 · The GetCubit package provides a way to manage instances of the Cubit class in a Dart/Flutter application. The Cubit class is a state management pattern used in the Flutter framework, which allows for the separation of state management from the …
hooked_bloc | Flutter package - Pub
Jan 28, 2025 · useBloc hook tries to find Cubit using the cubit provider, or - if not specified - looks into the widget tree.
flutter_bloc example | Flutter package - Pub
Mar 1, 2025 · Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
bloc - Dart API docs - Pub
Cubit. A Cubit is class which extends BlocBase and can be extended to manage any type of state. Cubit requires an initial state which will be the state before emit has been called. The current state of a cubit can be accessed via the state getter and the state of the cubit can be updated by calling emit with a new state.
cubit_generator | Flutter package
Aug 21, 2024 · Automated File Generation: Quickly generate Cubit and state files with a single command. Structured Directory Management: Organizes generated files into a cubits directory with subdirectories for each Cubit.
flutter_bloc library - Dart API - Pub
Flutter widgets that make it easy to implement the BLoC design pattern. Built to be used with the bloc state management package. Get started at bloclibrary.dev 🚀
hydrated_bloc | Dart package - Pub
Jan 12, 2025 · An extension to package:bloc which automatically persists and restores bloc and cubit states. Built to work with package:bloc. Learn more at bloclibrary.dev!