comscore_analytics_flutter 1.1.0
comscore_analytics_flutter: ^1.1.0 copied to clipboard
Comscore Analytics SDK for FLutter: Audience measurement SDK for tracking app usage, engagement, and media consumption.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add comscore_analytics_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
comscore_analytics_flutter: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:comscore_analytics_flutter/comscore_analytics_flutter.dart';