matomo 1.1.0 copy "matomo: ^1.1.0" to clipboard
matomo: ^1.1.0 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 matomo

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

dependencies:
  matomo: ^1.1.0

Alternatively, 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:matomo/matomo.dart';
30
likes
110
pub points
80%
popularity

Publisher

unverified uploader

Cross-platform Matomo tracking for Flutter, using the Matomo API and written in pure Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

fk_user_agent, flutter, http, logging, package_info_plus, shared_preferences, universal_html, uuid

More

Packages that depend on matomo