google_analytics_legacy 1.0.4 google_analytics_legacy: ^1.0.4 copied to clipboard
Flutter plugin for sending events to Google Analytics (Universal Analytics).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add google_analytics_legacy
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
google_analytics_legacy: ^1.0.4
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:google_analytics_legacy/googleAnalytics.dart';
import 'package:google_analytics_legacy/hitBuilders.dart';
import 'package:google_analytics_legacy/product.dart';
import 'package:google_analytics_legacy/productAction.dart';
import 'package:google_analytics_legacy/promotion.dart';
import 'package:google_analytics_legacy/tracker.dart';