flutter_estatisticas 0.2.2 copy "flutter_estatisticas: ^0.2.2" to clipboard
flutter_estatisticas: ^0.2.2 copied to clipboard

A Flutter package for integrating Umami Analytics into your apps. Track navigation and custom events easily, providing privacy-friendly analytics for your users.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_estatisticas

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

dependencies:
  flutter_estatisticas: ^0.2.2

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_estatisticas/services/umami_auth_service.dart';
import 'package:flutter_estatisticas/services/umami_event_service.dart';
import 'package:flutter_estatisticas/services/umami_send_service.dart';
import 'package:flutter_estatisticas/services/umami_session_service.dart';
import 'package:flutter_estatisticas/services/umami_team_service.dart';
import 'package:flutter_estatisticas/services/umami_user_service.dart';
import 'package:flutter_estatisticas/services/umami_website_service.dart';
import 'package:flutter_estatisticas/umami_navigation_observer.dart';
import 'package:flutter_estatisticas/umami_service.dart';
2
likes
130
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for integrating Umami Analytics into your apps. Track navigation and custom events easily, providing privacy-friendly analytics for your users.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, http

More

Packages that depend on flutter_estatisticas