deepcare_matomo 1.1.1
deepcare_matomo: ^1.1.1 copied to clipboard
Cross-platform Matomo tracking for Flutter, using the Matomo API and written in pure Dart.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add deepcare_matomoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
deepcare_matomo: ^1.1.1Alternatively, 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:deepcare_matomo/matomo.dart';
import 'package:deepcare_matomo/random_alpha_numeric.dart';