winr_flutter_sdk 2.8.2
winr_flutter_sdk: ^2.8.2 copied to clipboard
WINR Flutter SDK — A sweepstakes and engagement SDK for Flutter apps. Add daily streaks and sweepstakes campaigns 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 winr_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
winr_flutter_sdk: ^2.8.2Alternatively, 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:winr_flutter_sdk/winr_flutter_sdk.dart';