trackable 1.0.1 copy "trackable: ^1.0.1" to clipboard
trackable: ^1.0.1 copied to clipboard

Marker interfaces for trackable events and errors.

example/lib/main.dart

// ignore_for_file: avoid_print

import 'package:trackable/trackable.dart';

void main() {
  final trackingId = TrackingIdService.createTrackingId();

  print(trackingId);
}
0
likes
140
points
191
downloads

Publisher

verified publishernetglade.cz

Weekly Downloads

Marker interfaces for trackable events and errors.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

meta, nanoid2, uuid

More

Packages that depend on trackable