flutter_appcenter 1.0.3 copy "flutter_appcenter: ^1.0.3" to clipboard
flutter_appcenter: ^1.0.3 copied to clipboard

outdated

Support Android/iOS to Build, Test, and Distribute, Analytics and Diagnostics services.

flutter_appcenter #

Microsoft AppCenter

Support Android/iOS to Build, Test, and Distribute, Analytics and Diagnostics services. #


一、Import #

dependencies:
  flutter_appcenter: lastVersion

二、Usage #

import 'package:flutter_appcenter/flutter_appcenter.dart';

FlutterAppCenter.init(
  appSecretAndroid: 'Your Android App Secret',
  appSecretIOS: 'Your iOS App Secret',
  usePrivateTrack: false,
  automaticCheckForUpdate: true,
  updateDialog: {
    'title': 'Update',
    'subTitle:': 'The newest version',
    'confirm': 'Now Update',
    'cancel': 'Cancel'
  }
);

4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Support Android/iOS to Build, Test, and Distribute, Analytics and Diagnostics services.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_appcenter