location_manager_flutter 0.1.3 copy "location_manager_flutter: ^0.1.3" to clipboard
location_manager_flutter: ^0.1.3 copied to clipboard

The location_manager package provides a convenient and easy-to-use Dart API for handling location-based services within Flutter applications. It offers methods to fetch detailed address components bas [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add location_manager_flutter

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

dependencies:
  location_manager_flutter: ^0.1.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:location_manager_flutter/location_manager.dart';
0
likes
100
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

The location_manager package provides a convenient and easy-to-use Dart API for handling location-based services within Flutter applications. It offers methods to fetch detailed address components based on GPS coordinates, latitude and longitude, or an address string, as well as to manage location permissions effectively.

Documentation

API reference

License

unknown (license)

Dependencies

flutter, fluttertoast, geocoding, geolocator, permission_handler

More

Packages that depend on location_manager_flutter