dangple_mobile_tracker 1.0.1
dangple_mobile_tracker: ^1.0.1 copied to clipboard
package to track user's location.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dangple_mobile_trackerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dangple_mobile_tracker: ^1.0.1Alternatively, 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:dangple_mobile_tracker/dangple_mobile_tracker.dart';