google_analytics_legacy 0.0.8 copy "google_analytics_legacy: ^0.0.8" to clipboard
google_analytics_legacy: ^0.0.8 copied to clipboard

outdated

Flutter plugin for sending events to Google Analytics (Universal Analytics).

example/lib/main.dart

import 'package:google_analytics_legacy/googleAnalytics.dart';

void main(List<String> args) async {
  final ga = await GoogleAnalytics.instance;
  final tracker = await ga.newTracker("UA-xxxxxx");
  final screenView = ScreenViewBuilder();
  await tracker.setScreenName("Flutter");
  await tracker.send(screenView);
}
5
likes
0
pub points
70%
popularity

Publisher

verified publishervps4u.cz

Flutter plugin for sending events to Google Analytics (Universal Analytics).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on google_analytics_legacy