app_center_diagnostics_and_analytics 1.0.0-pre-release.0
app_center_diagnostics_and_analytics: ^1.0.0-pre-release.0 copied to clipboard
A flutter package to give native access to AppCenter Diagnostics and Analytics
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_center_diagnostics_and_analyticsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
app_center_diagnostics_and_analytics: ^1.0.0-pre-release.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:app_center_diagnostics_and_analytics/app_center_diagnostics_and_analytics.dart';