mostly_good_metrics_flutter 0.2.2
mostly_good_metrics_flutter: ^0.2.2 copied to clipboard
Official Flutter SDK for MostlyGoodMetrics - Simple, privacy-focused analytics for your applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mostly_good_metrics_flutterWith Flutter:
$ flutter pub add mostly_good_metrics_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mostly_good_metrics_flutter: ^0.2.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:mostly_good_metrics_flutter/mostly_good_metrics_flutter.dart';