flutter_appcenter_bundle 1.0.0-dev+4 flutter_appcenter_bundle: ^1.0.0-dev+4 copied to clipboard
This plugin currently bundles appcenter analytics, crashes and distribute. To learn more about AppCenter, go to https://aka.ms/appcenterdocs
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_appcenter_bundle
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_appcenter_bundle: ^1.0.0-dev+4
Alternatively, 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:flutter_appcenter_bundle/flutter_appcenter_bundle.dart';