geo_lat_lon 0.0.5 copy "geo_lat_lon: ^0.0.5" to clipboard
geo_lat_lon: ^0.0.5 copied to clipboard

geo_lat_lon enables your flutter app to store and query cloud firestore documents based on their geographic location.

πŸ“¦ Changelog - geo_lat_lon #

All notable changes to the geo_lat_lon package will be documented in this file.


0.0.5 #

Sep 8, 2025 #

✨ Updated #

  • Updated cloud_firestore to 6.0.1

0.0.4 #

Aug 22, 2025 #

✨ Updated #

  • Updated Dart sdk to 3.9.0
  • Removed flutter_lints Dependency
  • Removed mockito Dependency

0.0.3 #

Aug 6, 2025 #

βœ…Refactored #

  • βœ… Renamed GeoLatLon to GeoFirePoint.

0.0.2 #

Aug 5, 2025 #

βœ…Updated #

  • βœ… Updated the Example code with GoogleMapExample.
  • βœ… Updated the README.md with more Example codes.

0.0.1 #

Aug 5, 2025 #

πŸŽ‰ Initial Release #

  • βœ… Introduced GeoCollectionReference<T> for Firestore geo queries.
  • βœ… Added support for radius-based filtering with fetchWithin and subscribeWithin.
  • βœ… Implemented GeoFirePoint class to wrap GeoPoint and generate geohashes.
  • βœ… Added GeoDocumentSnapshot<T> for distance-aware querying.
  • βœ… Provided strictMode for accurate client-side distance filtering.
  • βœ… Utility support for calculating geohash neighbors.
  • βœ… queryBuilder pattern supported for custom query injection.
  • βœ… Example usage for stream-based and static data fetching.

Upcoming #

🚧 Planned Improvements #

  • πŸ”„ Add updateManyPoints() utility for batch geo updates.
  • πŸ“Š Add visual demo integration with Google Maps.
  • πŸ”§ Firestore index migration script generation.
  • πŸ§ͺ Increase test coverage and mocking of Firestore interactions.
  • πŸ“˜ Add tutorial documentation and integration with example app.

Maintained with ❀️ by the geo_lat_lon team.

0
likes
150
points
131
downloads

Publisher

unverified uploader

Weekly Downloads

geo_lat_lon enables your flutter app to store and query cloud firestore documents based on their geographic location.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, flutter, rxdart

More

Packages that depend on geo_lat_lon