telemetry 0.3.5 copy "telemetry: ^0.3.5" to clipboard
telemetry: ^0.3.5 copied to clipboard

One event model for every telemetry channel (console, journal, crash reporting, toasts, analytics), with sinks the application supplies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add telemetry

With Flutter:

 $ flutter pub add telemetry

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

dependencies:
  telemetry: ^0.3.5

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:telemetry/telemetry.dart';
1
likes
160
points
37
downloads

Documentation

API reference

Publisher

verified publisherdmitrii.app

Weekly Downloads

One event model for every telemetry channel (console, journal, crash reporting, toasts, analytics), with sinks the application supplies.

Repository (GitHub)
View/report issues

Topics

#logging #telemetry #opentelemetry #sentry #observability

License

MIT (license)

Dependencies

meta

More

Packages that depend on telemetry