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).

google_analytics_legacy #

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

Setup #

To use this plugin, add google_analytics_legacy as a dependency in your pubspec.yaml file.

Example #

import 'package:google_analytics_legacy/googleAnalytics.dart';

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
110
pub points
70%
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