umami_tracker 0.2.0 copy "umami_tracker: ^0.2.0" to clipboard
umami_tracker: ^0.2.0 copied to clipboard

A Umami tracker for Flutter that allows you to track screen views and events.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add umami_tracker

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

dependencies:
  umami_tracker: ^0.2.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:umami_tracker/umami_tracker.dart';
3
likes
110
pub points
9%
popularity

Publisher

verified publisherdavidserrano.io

A Umami tracker for Flutter that allows you to track screen views and events.

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

devicelocale, dio, fk_user_agent, flutter

More

Packages that depend on umami_tracker