app/utils/helper_functions library
Functions
-
closeDialog(
) → void -
containsOnlyCharacters(
String text) → bool -
getTextWidth(
String text, double fontSize, FontWeight fontWeight) → double -
isValid(
String value, {int minLength = 0, RegExp? regex}) → bool -
isValidPhoneNumber(
String phoneNumber) → bool -
sendEmailVerification(
User user) → Future< void>