omni_track 1.0.0-dev.0
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_trackWith Flutter:
$ flutter pub add omni_trackThis 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.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/omni_track.dart';