authentication library

Handles sign in, sign up, and forgot password

This package presents the UI for signing in, creating an account, and requesting a password reset.

Classes

AuthenticationLocalizations
Callers can lookup localized strings with an instance of AuthenticationLocalizations returned by AuthenticationLocalizations.of(context).
AuthenticationRoutes routes
Routes defined by the authentication library
AuthenticationWidgetKeys widget_keys
Keys for widgets in authentication library
ForgotPassword widgets
Form for sending request to reset password
ForgotPasswordScreen screens widgets
Screen for sending request to reset password via ForgotPassword
SignInScreen screens widgets
Screen with options for Signing in.
SignInWithApple widgets
A wrapper for sign_in_with_apple package
SignInWithFacebook widgets
Presents Sign In with Facebook button
SignInWithGoogle widgets
Presents Sign In With Google button
SignUp widgets
Form with options for Signing up.
SignUpScreen screens
Screen with options for Signing up.

Functions

lookupAuthenticationLocalizations(Locale locale) AuthenticationLocalizations