evently_plus 2.1.1
evently_plus: ^2.1.1 copied to clipboard
An independently maintained Flutter SDK for persistent event tracking and background-only analytics delivery.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add evently_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
evently_plus: ^2.1.1Alternatively, 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:evently_plus/evently_plus.dart';