custom_auth_ui
library
Functions
-
alertExitApp()
→ Future<bool>
-
-
customSnackbar(String message, {String? title = "error", Color? color = Colors.red, int? second = 5})
→ dynamic
-
-
initialServices({String baseUrl = "http://10.0.2.2:8000"})
→ dynamic
-
-
printTableRowDetails({required String name, required String details, List<Widget>? col})
→ TableRow
-
-
tableRowClient({required String c1, required String c2, required String c3, required String c4, required String c5, })
→ TableRow
-
-
tableRowDetails({required String name, required String details, })
→ TableRow
-
-
tableRowFour({required String c1, required String c2, required String c3, required String c4, })
→ TableRow
-
-
validInput(String val, {bool isEmail = false, bool isRequire = false, bool isPhone = false, bool isNumber = false, bool isDateTime = false, int min = 0, int max = 0})
→ dynamic
-