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

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: ^1.0.0

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
150
points
70
downloads

Documentation

Documentation
API reference

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

License

unknown (license)

Dependencies

flutter, geolocator, permission_handler

More

Packages that depend on get_my_location