main_auth library
Classes
- AuthModel
- BoldTextWidget
- ForgetPasswordModel
- ForgotPasswordWidget
- LoginScreen
- A stateless widget that provides a customizable login screen. It allows the integration of various sections such as top, middle, and bottom login widgets, along with customizable title, image, button styles, and login actions.
- MainAuth
- MiddleLoginWidget
- NormalTextWidget
- OrWidget
- SocialButtonWidget
- SocialGroupWidgets
- SocialModel
- TermsWidget
Functions
-
getBackColorAuth(
SocialButtonDecoration buttonStyle, SocialAuth authType) → dynamic
Typedefs
-
OnResendOTP
= Future<
void> Function(String emailOrPhone, OTPType otpType, String token, VoidCallback? onSuccess) -
OnResetPassword
= Future<
void> Function(String email, String password, String token, VoidCallback? onSuccess) -
OnSend
= Future<
void> Function(String emailOrPhone, OTPType otpType, void onSuccess(String token)?) -
OnVerify
= Future<
void> Function(String emailOrPhone, String otp, String token, VoidCallback? onSuccess)