avafli_sdk 3.0.0
avafli_sdk: ^3.0.0 copied to clipboard
Avafli Engagement SDK for Flutter (formerly winr_flutter_sdk) — add daily-streak sweepstakes and prize experiences to your app with a few lines of code.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add avafli_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
avafli_sdk: ^3.0.0Alternatively, 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:avafli_sdk/avafli_sdk.dart';