Postal code
Simple auto-complete field for postal codes in any country around the world.
PostalCodeField(
countryCode: "cz",
onSelected: (postalCode) {
...
},
),
Installation
Add postal_code to your pubspec.yaml file:
dependencies:
postal_code: ^0.0.3
or call
flutter pub add postal_code
TODO
xUse stable APIImplement caching of resultsImprove style customizationCustom 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