gtag_interop 0.2.0
gtag_interop: ^0.2.0 copied to clipboard
Provides interoperability for the Global site tag (gtag.js) library.
example/main.dart
import 'package:gtag_interop/gtag_interop.dart';
void main() => Analytics('GA_TRACKING_ID')..configure();