county 0.0.1
county: ^0.0.1 copied to clipboard
A Flutter package for retrieving US county and state info including boundary data.
0.0.1 #
- Initial release of the
countypackage. - Provides utilities to retrieve US county and state information.
- Supports parsing GeoJSON data to extract county boundaries.
- Includes a
CountyServiceto get county and state code from an address. - Example app included with Google Maps integration and autocomplete search.