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
- Keys for widgets in authentication library
- ForgotPassword
- Form for sending request to reset password
- ForgotPasswordScreen screens
- Screen for sending request to reset password via ForgotPassword
- SignInScreen screens
- Screen with options for Signing in.
- SignInWithApple
- A wrapper for sign_in_with_apple package
- SignInWithFacebook
- Presents Sign In with Facebook button
- SignInWithGoogle
- Presents Sign In With Google button
- SignUp
- Form with options for Signing up.
- SignUpScreen screens
- Screen with options for Signing up.
Functions
-
lookupAuthenticationLocalizations(
Locale locale) → AuthenticationLocalizations