approllout 0.0.5 copy "approllout: ^0.0.5" to clipboard
approllout: ^0.0.5 copied to clipboard

PlatformAndroid

A Flutter plugin for integrating the AppRollout Android SDK.

approllout #

A Flutter plugin for integrating the AppRollout Android SDK.

Getting Started #

Installation #

Add this to your package's pubspec.yaml file:

dependencies:
  approllout: ^0.0.1

Usage #

import 'package:approllout/approllout.dart';

// Initialize the SDK
await AppRollout().init('YOUR_APP_SECRET');

// Check for updates
await AppRollout().checkUpdate();
0
likes
150
points
154
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating the AppRollout Android SDK.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on approllout

Packages that implement approllout