neptrack_core 0.2.0 copy "neptrack_core: ^0.2.0" to clipboard
neptrack_core: ^0.2.0 copied to clipboard

Pure Dart SDK for the NepTrack REST API — vehicles, history, reports, alarms, motion logs, geofences and engine commands.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add neptrack_core

With Flutter:

 $ flutter pub add neptrack_core

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

dependencies:
  neptrack_core: ^0.2.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:neptrack_core/neptrack_core.dart';
1
likes
150
points
32
downloads

Documentation

API reference

Publisher

verified publisherneptrack.com

Weekly Downloads

Pure Dart SDK for the NepTrack REST API — vehicles, history, reports, alarms, motion logs, geofences and engine commands.

Homepage
Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

http, meta, socket_io_client

More

Packages that depend on neptrack_core