appsonair_flutter_appsync 1.0.2 copy "appsonair_flutter_appsync: ^1.0.2" to clipboard
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_appsync

This 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.2

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: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';
1
likes
160
points
29
downloads

Publisher

verified publisherappsonair.com

Weekly Downloads

The AppsOnAir AppSync Flutter SDK lets you manage forced and regular app updates, as well as enable maintenance mode, directly via AppsOnAir.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on appsonair_flutter_appsync

Packages that implement appsonair_flutter_appsync