omni_track_core 1.0.0-dev.0
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_coreWith Flutter:
$ flutter pub add omni_track_coreThis 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.0Alternatively, 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';