omni_track 1.0.0-dev.0 copy "omni_track: ^1.0.0-dev.0" to clipboard
omni_track: ^1.0.0-dev.0 copied to clipboard

Omni Track is a flexible logging solution for Flutter and Dart, serving as a central hub for collecting, processing, and dispatching logs. With modular log drivers, you can extend functionality by int [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add omni_track

With Flutter:

 $ flutter pub add omni_track

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

dependencies:
  omni_track: ^1.0.0-dev.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:omni_track/omni_track.dart';
0
likes
150
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Omni Track is a flexible logging solution for Flutter and Dart, serving as a central hub for collecting, processing, and dispatching logs. With modular log drivers, you can extend functionality by integrating plugins like `omni_track_crashlytics` and `omni_track_sentry`. Designed for scalability, it allows full customization of log handling, ensuring seamless integration into any architecture while efficiently managing errors, analytics, and debugging data.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on omni_track