get_my_location 1.0.0
get_my_location: ^1.0.0 copied to clipboard
A Flutter package to easily fetch and display device location with automatic permission handling. Perfect for apps needing quick GPS access with customizable UI states.
Get My Location 🌍 #
A Flutter package to easily fetch and display the device's current location with automatic permission handling.
Features #
✅ Automatic permission requests
✅ Customizable UI (loading/error states)
✅ Configurable location accuracy
✅ Works on Android & iOS
Dependency Packages :- #
- geolocator
- permission_handler
Installation #
-- add [get_my_location] on pubspec.ymal file on your flutter project --
dependencies: get_your_location: ^1.0.0