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

PlatformAndroidiOS
outdated

Plugin for tracking location in background.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uclocation

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

dependencies:
  uclocation: ^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:uclocation/auto_stop_handler.dart';
import 'package:uclocation/background_locator.dart';
import 'package:uclocation/callback_dispatcher.dart';
import 'package:uclocation/keys.dart';
import 'package:uclocation/location_dto.dart';
import 'package:uclocation/settings/android_settings.dart';
import 'package:uclocation/settings/ios_settings.dart';
import 'package:uclocation/settings/locator_settings.dart';
import 'package:uclocation/utils/settings_util.dart';
3
likes
120
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin for tracking location in background.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on uclocation

Packages that implement uclocation