appsonair_flutter_appsync 1.0.2
appsonair_flutter_appsync: ^1.0.2 copied to clipboard
The AppsOnAir AppSync Flutter SDK lets you manage forced and regular app updates, as well as enable maintenance mode, directly via AppsOnAir.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appsonair_flutter_appsyncThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appsonair_flutter_appsync: ^1.0.2Alternatively, 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:appsonair_flutter_appsync/app_sync_method_channel.dart';
import 'package:appsonair_flutter_appsync/app_sync_platform_interface.dart';
import 'package:appsonair_flutter_appsync/app_sync_service.dart';