gtag_analytics 0.1.7+2 copy "gtag_analytics: ^0.1.7+2" to clipboard
gtag_analytics: ^0.1.7+2 copied to clipboard

A minimal Google Analytics interop library. Allows triggering page views and other events from Dart code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gtag_analytics

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gtag_analytics: ^0.1.7+2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gtag_analytics/gtag_analytics.dart';
3
likes
40
pub points
40%
popularity

Publisher

unverified uploader

A minimal Google Analytics interop library. Allows triggering page views and other events from Dart code.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

js, meta

More

Packages that depend on gtag_analytics