flutter_umami_analytics 1.1.0 copy "flutter_umami_analytics: ^1.1.0" to clipboard
flutter_umami_analytics: ^1.1.0 copied to clipboard

Flutter client for Umami Analytics. Track pageviews, events, and sessions offline with auto-route tracking, persistent device ID, and opt-in REST API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_umami_analytics

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

dependencies:
  flutter_umami_analytics: ^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:flutter_umami_analytics/flutter_umami_analytics.dart';
2
likes
160
points
273
downloads

Documentation

Documentation
API reference

Publisher

verified publishersynapsecanvas.click

Weekly Downloads

Flutter client for Umami Analytics. Track pageviews, events, and sessions offline with auto-route tracking, persistent device ID, and opt-in REST API.

Repository (GitHub)
View/report issues

Topics

#umami #analytics #tracking #privacy #umami-analytics

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, http, path, sqflite, uuid

More

Packages that depend on flutter_umami_analytics