appsonair_flutter_appsync 1.0.0 copy "appsonair_flutter_appsync: ^1.0.0" to clipboard
appsonair_flutter_appsync: ^1.0.0 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 Dart:

 $ dart pub add appsonair_flutter_appsync

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 dart pub get):

dependencies:
  appsonair_flutter_appsync: ^1.0.0

Alternatively, your editor might support dart pub get or 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
0
points
33
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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on appsonair_flutter_appsync

Packages that implement appsonair_flutter_appsync