hypertrack_plugin 2.3.0 hypertrack_plugin: ^2.3.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 Dart:
$ dart pub add hypertrack_plugin
With Flutter:
$ flutter pub add hypertrack_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
hypertrack_plugin: ^2.3.0
Alternatively, your editor might support dart pub get
or 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/order_status.dart';
import 'package:hypertrack_plugin/data_types/result.dart';
import 'package:hypertrack_plugin/hypertrack.dart';