anadea_flutter_metrics 1.3.0
anadea_flutter_metrics: ^1.3.0 copied to clipboard
Anadea flutter metrics package. Created to facilitate loading metrics in metrics.codemagic.app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add anadea_flutter_metricsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
anadea_flutter_metrics: ^1.3.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:anadea_flutter_metrics/exceptions.dart';
import 'package:anadea_flutter_metrics/upload.dart';