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();