leiratech_trackzero 0.4.0
leiratech_trackzero: ^0.4.0 copied to clipboard
TrackZero is a full analytics platform that allows you to track what is happening in your system in real time.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add leiratech_trackzeroThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
leiratech_trackzero: ^0.4.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:leiratech_trackzero/leiratech_trackzero.dart';