bloc/state library

Classes

LoadingState
A state that indicates that the application is currently loading data.
Message
A message that can be displayed to the user to provide information or alert the user of an issue.
State<T>
Base class for all Bloc states of an application that implements common states including error handling and loading states.

Enums

MessageType
The type of message that can be displayed to the user.