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

Omni Track Core is the foundation of Omni Track, enabling customization and creation of custom logs. With this package, you can define your own logging structure or seamlessly integrate specific dri [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add omni_track_core

With Flutter:

 $ flutter pub add omni_track_core

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

dependencies:
  omni_track_core: ^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_core/omni_track_core.dart';
0
likes
140
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

Omni Track Core is the foundation of Omni Track, enabling customization and creation of custom logs. With this package, you can define your own logging structure or seamlessly integrate specific drivers like omni_track_crashlytics and omni_track_sentry to send logs to various services. It provides the necessary interfaces and abstractions to help you develop flexible and scalable logging solutions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on omni_track_core