predicates/network_predicates library

Functions

isIpv4(String str) bool
Returns true if str is a valid IPv4 address.
isIpv6(String str) bool
Returns true if str is a valid IPv6 address.
isPostalCode(String? text, String locale, {bool orElse()?}) bool
Returns true if text is a valid postal code for locale.