get_my_location 2.0.3 copy "get_my_location: ^2.0.3" to clipboard
get_my_location: ^2.0.3 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add get_my_location

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  get_my_location: ^2.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:get_my_location/get_my_location.dart';
3
likes
140
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

flutter, geocoding, geolocator, permission_handler, provider

More

Packages that depend on get_my_location