applytics_flutter 0.0.2
applytics_flutter: ^0.0.2 copied to clipboard
A powerful analytics package for Flutter apps inspired by PostHog. Track events, identify users, and send data to your own backend with automatic batching and session management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add applytics_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
applytics_flutter: ^0.0.2Alternatively, 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:applytics_flutter/applytics_flutter.dart';