ackee_dart 0.0.1 copy "ackee_dart: ^0.0.1" to clipboard
ackee_dart: ^0.0.1 copied to clipboard

Ackee tracker implemented in Dart

Ackee Dart Tracker #

Ackee tracker implemented in Dart (for both Dart and Flutter applications).

Usage #


import 'package:ackee_dart/ackee_dart.dart';

startAckee(
      Uri.parse('http://localhost:3000/api'),
      '3d8183e4-774b-45ad-9041-229338cb34a1',
      const Attributes(
        location: 'https://flutter2.app',
        ...
      ));

Current limitations #

  • Actions are not yet implemented

How does this work #

The startAckee() starts a tracker in an async method. First, it creates a record. If it fails, it waits for 5 seconds and tries again. Then, it just sends update requests every 10 seconds.

License #

MIT

2
likes
100
pub points
61%
popularity

Publisher

verified publishermark.vin

Ackee tracker implemented in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on ackee_dart