location_finder 0.0.2-dev.1
location_finder: ^0.0.2-dev.1 copied to clipboard
A Flutter package to fetch current location with full address, city, state, and postal code, with proper permission handling.
Changelog #
0.0.1-dev.1 #
- Initial pre-release version of
location_finderpackage. - Fetch current location (latitude & longitude) with detailed address, city, state, and pincode.
- Handles location permissions gracefully.
- Easy integration into any Flutter project.
0.0.2-dev.1 #
- Update ReadMe file
- describe codes