bloc_implementation library
Classes
- Bloc
- Abstract Interface for all Blocs
-
BlocParent<
T extends Bloc> - Kind of Bloc Provider to implement the Bloc Pattern
- BlocState
- Abstract Class for all States. States are used to throw into Streams. Every Screen can have a State with it's Values. Implementing a State is much easier than having multiple Streams to push and manage Data.
Exceptions / Errors
- BlocNotFoundException
- Exception thrown when the Bloc is not found in the Widget Tree