location_package 0.0.1 copy "location_package: ^0.0.1" to clipboard
location_package: ^0.0.1 copied to clipboard

This Flutter package facilitates obtaining both background and foreground location updates. It empowers developers to seamlessly integrate location-aware features into their applications, ensuring acc [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add location_package

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

dependencies:
  location_package: ^0.0.1

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_package/location_package.dart';
21
likes
110
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This Flutter package facilitates obtaining both background and foreground location updates. It empowers developers to seamlessly integrate location-aware features into their applications, ensuring accurate positioning data whether the app is active on-screen or running in the background.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, latlong2, location

More

Packages that depend on location_package