county 0.1.0 copy "county: ^0.1.0" to clipboard
county: ^0.1.0 copied to clipboard

A Flutter package for retrieving US county and state info including boundary data.

0.0.1 #

  • Initial release of the county package.
  • Provides utilities to retrieve US county and state information.
  • Supports parsing GeoJSON data to extract county boundaries.
  • Includes a CountyService to get county and state code from an address.
  • Example app included with Google Maps integration and autocomplete search.

0.0.2 #

  • Updated example pubspect.yaml to remove duplicated name.

0.1.0 #

  • Added getCountyCentroid() to retrieve the geographic center (LatLng) of a county.
  • Fixed logic for parsing MultiPolygon county boundaries from GeoJSON data.
  • Updated README to reflect new functionality
4
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for retrieving US county and state info including boundary data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, geocoding, google_maps_flutter, latlong2

More

Packages that depend on county