flutter_gb_account_basic library
Classes
- AccountBasicBloc
- AccountBasicBlocBuilder
- AccountBasicBlocListener
- AccountBasicConfig
- AccountBasicEvent
- AccountBasicPasswordResetScreenBloc
- AccountBasicPasswordResetScreenEvent
- AccountBasicPasswordResetScreenState
- AccountBasicProvider
- AccountBasicService
- AccountBasicServiceImpl
- AccountBasicServiceMock
- AccountBasicState
-
AccountVerificationGuard<
T extends User> - AccountVerificationPageBloc
- AccountVerificationPageEvent
- AccountVerificationPageState
- AuthenticationBasicConsoleOutput
- CustomVerificationCodePayload
- UndefinedUserIdFailure
- UserInfoNotAvailableFailure
Extensions
- AccountBasicEventPatterns on AccountBasicEvent
- Adds pattern-matching-related methods to AccountBasicEvent.
- AccountBasicPasswordResetScreenEventPatterns on AccountBasicPasswordResetScreenEvent
- Adds pattern-matching-related methods to AccountBasicPasswordResetScreenEvent.
- AccountBasicPasswordResetScreenStatePatterns on AccountBasicPasswordResetScreenState
- Adds pattern-matching-related methods to AccountBasicPasswordResetScreenState.
- AccountBasicStatePatterns on AccountBasicState
- Adds pattern-matching-related methods to AccountBasicState.
- AccountVerificationPageEventPatterns on AccountVerificationPageEvent
- Adds pattern-matching-related methods to AccountVerificationPageEvent.
- AccountVerificationPageStatePatterns on AccountVerificationPageState
- Adds pattern-matching-related methods to AccountVerificationPageState.
Properties
- logger ↔ Logger
-
getter/setter pair
Functions
-
accountBasicConfigModel(
) → AccountBasicConfig - Minimum configuration , useful for testing (fake)
-
configureAccountBasicInjection(
AppEnvironment environment, AccountBasicConfig config) → Future< void> -
getAccountBasicLogger(
AccountBasicConfig config) → Logger