custom_auth 0.0.1
custom_auth: ^0.0.1 copied to clipboard
Sfera Auth custom package.
Flutter auth package #
Usage #
AuthPage(
Color themeColor;
Color errorColor;
Color hintColor;
Color disabledColor;
Color buttonColor;
Color backgroundColor;
Color surfaceTintColor;
Color primaryColor;
Dio dio;
String passwordHelperText;
String enterIdText;
String enterAPasswordText;
String passwordText;
String signInText;
String validationPasswordText;
String validationId;
String checkTokentAdress;
String createTokenAdress;
String serverUrl;
double imageAssetHeight;
double imageAssetWidgth;
double appHeight;
);