traccar_api 1.1.1
traccar_api: ^1.1.1 copied to clipboard
A Flutter plugin for integrating with the Traccar API, enabling access to device and position data.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add traccar_apiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
traccar_api: ^1.1.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:traccar_api/traccar_api.dart';