primary_states/common library

Classes

CloseKeyBoard
ContinueState
EndProgressState
Call this when you want to stop showing a progress state initiated by a StartProgressState
MaybePopState
A much softer way of popping a page Used from a TemplateBlocImpl by calling sinkState?.add(MaybePopState());
MessageInfoState
Use this state to show a message on your UI Used from a BaseBlocImpl by calling sinkState?.add(MessageInfoState('message'))
MessageSnackBarState
PopPageState
Useful state to pop a page directly from your bloc Just call sinkState?.add(PopPageState());