umami_flutter_sdk 0.4.0
umami_flutter_sdk: ^0.4.0 copied to clipboard
A lightweight Flutter package for Umami analytics with non-blocking initialization and automatic device info collection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add umami_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
umami_flutter_sdk: ^0.4.0Alternatively, 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_flutter_sdk/umami_flutter_sdk.dart';