unitrack 1.3.1 copy "unitrack: ^1.3.1" to clipboard
unitrack: ^1.3.1 copied to clipboard

UniTrack — universal mobile analytics SDK for Flutter. Auto-captures screens, taps, network calls, crashes, OOM warnings, and JSON parse errors with a persistent offline queue, session journey, and W3 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add unitrack

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

dependencies:
  unitrack: ^1.3.1

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:unitrack/unitrack.dart';
0
likes
130
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

UniTrack — universal mobile analytics SDK for Flutter. Auto-captures screens, taps, network calls, crashes, OOM warnings, and JSON parse errors with a persistent offline queue, session journey, and W3C trace propagation.

Repository (GitHub)
View/report issues

Topics

#analytics #tracking #telemetry #observability #mobile

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on unitrack

Packages that implement unitrack