flutter_login library

Classes

EmailPasswordLoginForm
ForgotPasswordForm
ForgotPasswordSpacerOptions
Options for configuring the spacer values for the forgot password form. Use this to adjust the spacing between the title, description, textfield, and button.
LoginOptions
LoginSpacerOptions
LoginTranslations
LoginValidationService
MFAWidget
ValidationService

Functions

wrapWithDefaultStyle(Widget? widget, TextStyle? style) Widget?

Typedefs

ButtonBuilder = Widget Function(BuildContext context, OptionalAsyncCallback onPressed, bool isDisabled, OptionalAsyncCallback onDisabledPress, LoginOptions options)
InputContainerBuilder = Widget Function(Widget child)
OptionalAsyncCallback = FutureOr<void> Function()