applytics_flutter 0.0.1
applytics_flutter: ^0.0.1 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 Dart:
$ dart pub add applytics_flutterWith Flutter:
$ flutter pub add applytics_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
applytics_flutter: ^0.0.1Alternatively, your editor might support dart pub get or 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';