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

PlatformAndroidiOS
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
130
pub points
71%
popularity

Publisher

verified publishervps4u.cz

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on google_analytics_legacy