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

outdated

Legacy Google Analytics plugin.

google_analytics_legacy #

Flutter plugin for Google Analytics (360 not GA4).

Getting Started #

final ga = await GoogleAnalytics.instance;
final tracker = await ga.newTracker("UA-xxxxxx");
final screenView = ScreenViewBuilder();
await tracker.setScreenName("Flutter");
await tracker.send(screenView);