location_reader 0.0.1
location_reader: ^0.0.1 copied to clipboard
A Flutter package for retrieving and handling location-related data, including current location, reverse geocoding, Firebase integration, location permission management, and nearby location queries.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 #
Added #
- Initial release of
location_reader. - Support for retrieving current location using
Geolocator. - Reverse geocoding (latitude/longitude to city/country) using
geocoding. GeoFirePointgeneration for Firebase usinggeoflutterfire2.- Nearby location queries with Firestore.
- Permission handling for location access.
- Clean architecture setup with services, repositories, and use cases.
- UI widgets:
LocationPicker,CountryCodeLoader. - Error handling with
dartzand custom error classes. - JSON serialization with
json_serializable.
This project adheres to Semantic Versioning.