Skip to content

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

License

Notifications You must be signed in to change notification settings

mxc-foundation/flutter_appcenter

Repository files navigation

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(
  context: context,
  appSecretAndroid: '',//'Your Android App Secret',
  appSecretIOS: '',//'Your iOS App Secret'
  tokenAndroid: '',//'Your Android Token'
  tokenIOS: '',//'Your iOS Token',
  betaUrlIOS: '', //itms-beta
  usePrivateTrack: false,
).then((res) async {
  await FlutterAppCenter.isEnabledForDistribute();
  await FlutterAppCenter.checkForUpdate(
    context,
    downloadUrlAndroid: '',
    dialog: {
      'title': 'App Update Avaiable',
      'subTitle': 'Enjoy the lastest version',
      'content': 'There is a new version available with the most advanced features, please click confirm to upgrade!',
      'middleButtonText': 'TestFlight', // only support iOS
      'confirmButtonText': 'Store',
      'cancelButtonText': 'Postpone',
      'downloadingText': 'Downloading File...'
    }
  );
});

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages