country_coder 1.2.0
country_coder: ^1.2.0 copied to clipboard
Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally.
1.2.0 #
- LocationSet matching did not support exclude-only sets.
- Updated polygons from country-coder 5.2.1.
1.1.1 #
- Fixed type issues when building
LocationMatcher
andLocationSet
from a raw json. - Replaced most factory methods with constructors.
1.1.0 #
- Removed dependency on Flutter SDK.
- To initialize the Country Coder instance asynchronously, now use
CountryCoder.prepareData
(see its dartdoc for details).
1.0.0 #
- Initial release.