approllout 0.0.5
approllout: ^0.0.5 copied to clipboard
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();