flutter_traccar_api 0.1.0 copy "flutter_traccar_api: ^0.1.0" to clipboard
flutter_traccar_api: ^0.1.0 copied to clipboard

A comprehensive Dart package for integrating with Traccar GPS tracking server. Provides authentication, device management, position tracking, real-time WebSocket updates, and reporting capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_traccar_api

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

dependencies:
  flutter_traccar_api: ^0.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:flutter_traccar_api/flutter_traccar_api.dart';
1
likes
140
points
141
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Dart package for integrating with Traccar GPS tracking server. Provides authentication, device management, position tracking, real-time WebSocket updates, and reporting capabilities.

Repository (GitHub)
View/report issues

Topics

#traccar #gps #tracking #websocket #api

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_secure_storage, intl, shared_preferences, web_socket_channel

More

Packages that depend on flutter_traccar_api