AuthUserStoryConfiguration class
Constructors
-
AuthUserStoryConfiguration({LoginOptions loginOptionsBuilder(BuildContext context)?, LoginServiceInterface loginServiceBuilder(BuildContext context)?, String? afterLoginRoute, FutureOr<void> onLogin(String email, String password, BuildContext context)?, Widget userBuilder(BuildContext context, Widget userPage)?, RegistrationOptions registrationOptionsBuilder(BuildContext context)?, FutureOr<void> onRequestForgotPassword(String email, BuildContext context)?, FutureOr<void> onRegister(String email, String password, BuildContext context)?, void onForgotPassword(String email, BuildContext context)?, bool useRegistration = true, bool useForgotPassword = true, Widget? forgotPasswordDescription(BuildContext context)?, Widget loginPageBuilder(BuildContext context, Widget loginWidget)?, Widget registrationPageBuilder(BuildContext context, Widget registrationScreen)?, Widget forgotPasswordBuilder(BuildContext context, Widget forgotPasswordPage)?, Widget forgotPasswordTitle(BuildContext context)?, WidgetBuilder? beforeRegistrationPage, WidgetBuilder? afterRegistrationPage, WidgetBuilder? pageOverlayBuilder, OnboardingConfiguration? onboardingConfiguration, Widget? onboardingScreen, bool useOnboarding = true, WidgetBuilder? afterLoginPage, Future<OnboardedUserMixin?> onGetLoggedInUser(BuildContext context)?, bool canPopOnboarding = true, Color? loginErrorSnackbarBackgroundColor, TextStyle? loginErrorSnackbarTitleTextStyle, TextStyle? loginErrorSnackbarMessageTextStyle, bool useAfterRegistrationPage = true, RegistrationRepository? registrationRepository})
-
const
Properties
-
afterLoginPage
→ WidgetBuilder?
-
final
-
afterLoginRoute
→ String?
-
The route to go to after the user logs in.
final
-
afterRegistrationPage
→ WidgetBuilder?
-
final
-
beforeRegistrationPage
→ WidgetBuilder?
-
final
-
canPopOnboarding
→ bool
-
final
-
forgotPasswordBuilder
→ (Widget Function(BuildContext context, Widget forgotPasswordPage)?)
-
final
-
forgotPasswordDescription
→ (Widget? Function(BuildContext context)?)
-
Text to show on the forgot password screen.
final
-
forgotPasswordTitle
→ (Widget Function(BuildContext context)?)
-
Title to show on the forgot password screen.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
loginErrorSnackbarBackgroundColor
→ Color?
-
final
-
loginErrorSnackbarMessageTextStyle
→ TextStyle?
-
final
-
loginErrorSnackbarTitleTextStyle
→ TextStyle?
-
final
-
loginOptionsBuilder
→ (LoginOptions Function(BuildContext context)?)
-
Options for the login screen.
final
-
loginPageBuilder
→ (Widget Function(BuildContext context, Widget loginWidget)?)
-
final
-
loginServiceBuilder
→ (LoginServiceInterface Function(BuildContext context)?)
-
The login service to use.
final
-
onboardingConfiguration
→ OnboardingConfiguration?
-
Configuration for the onboarding screen.
final
-
onboardingScreen
→ Widget?
-
Place your own onboarding here to override the default onboarding.
final
-
onForgotPassword
→ (void Function(String email, BuildContext context)?)
-
Called when the user forgot their password.
final
-
onGetLoggedInUser
→ (Future<OnboardedUserMixin?> Function(BuildContext context)?)
-
final
-
onLogin
→ (FutureOr<void> Function(String email, String password, BuildContext context)?)
-
Called when the user logs in.
final
-
onRegister
→ (FutureOr<void> Function(String email, String password, BuildContext context)?)
-
Called when the user registers.
final
-
onRequestForgotPassword
→ (FutureOr<void> Function(String email, BuildContext context)?)
-
Called when the user requests a password reset.
final
-
pageOverlayBuilder
→ WidgetBuilder?
-
This can be used to show something above the other pages.
For instance to indicate that there is no internet.
final
-
registrationOptionsBuilder
→ (RegistrationOptions Function(BuildContext context)?)
-
Options for the registration screen.
final
-
registrationPageBuilder
→ (Widget Function(BuildContext context, Widget registrationScreen)?)
-
final
-
registrationRepository
→ RegistrationRepository?
-
override the default registrationRepository of the default
registrationOptions.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
useAfterRegistrationPage
→ bool
-
final
-
useForgotPassword
→ bool
-
Whether to show the forgot password button.
final
-
useOnboarding
→ bool
-
Whether to use the onboarding screen.
final
-
userBuilder
→ (Widget Function(BuildContext context, Widget userPage)?)
-
Wrap in a custom page
final
-
useRegistration
→ bool
-
Whether to show the registration button.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited