hypertrack_plugin 1.1.0
hypertrack_plugin: ^1.1.0 copied to clipboard
Flutter plugin for HyperTrack, a cross-platform location tracking solution for Android and iOS
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hypertrack_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hypertrack_plugin: ^1.1.0Alternatively, 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:hypertrack_plugin/data_types/hypertrack_error.dart';
import 'package:hypertrack_plugin/data_types/json.dart';
import 'package:hypertrack_plugin/data_types/location.dart';
import 'package:hypertrack_plugin/data_types/location_error.dart';
import 'package:hypertrack_plugin/data_types/location_with_deviation.dart';
import 'package:hypertrack_plugin/data_types/result.dart';
import 'package:hypertrack_plugin/hypertrack.dart';