Last updated:
0 purchases
postal code
Postal code #
Simple auto-complete field for postal codes in any country around the world.
PostalCodeField(
countryCode: "cz",
onSelected: (postalCode) {
...
},
),
copied to clipboard
Installation #
Add postal_code to your pubspec.yaml file:
dependencies:
postal_code: ^0.0.3
copied to clipboard
or call
flutter pub add postal_code
copied to clipboard
TODO #
✅ Use stable API
❌ Implement caching of results
❌ Improve style customization
❌ Custom improved backend service?
❌ Fully offline version?
Feel free to open an issue here if you have any problems. More features are unlikely to be implemented though to keep the app minimalistic.
Acknowledgements #
This library uses the incredible ZIPAPI
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.