tectonic_location 3.0.3 copy "tectonic_location: ^3.0.3" to clipboard
tectonic_location: ^3.0.3 copied to clipboard

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tectonic_location

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

dependencies:
  tectonic_location: ^3.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:tectonic_location/tectonic_location.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, location_platform_interface, location_web, meta

More

Packages that depend on tectonic_location