traccar_api 1.1.0 copy "traccar_api: ^1.1.0" to clipboard
traccar_api: ^1.1.0 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_api

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

dependencies:
  traccar_api: ^1.1.0

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:traccar_api/traccar_api.dart';
2
likes
135
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating with the Traccar API, enabling access to device and position data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http

More

Packages that depend on traccar_api

Packages that implement traccar_api