menu
country_code_text_field package
documentation
phone_number.dart
isNumeric function
isNumeric function
dark_mode
light_mode
isNumeric
function
bool
isNumeric
(
String
s
)
Helper
Implementation
bool isNumeric(String s) => s.isNotEmpty && double.tryParse(s) != null;
country_code_text_field package
documentation
phone_number
isNumeric function
phone_number library