0 purchases
postcode
postcode #
Validate & parse UK postcodes
Validate #
import 'package:postcode/postcode.dart';
isValid("AA1 1AB")); // => true
copied to clipboard
TODO: Parse #
Pass a string to parse. This will return a valid or invalid postcode instance which can be easily destructured.
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.