ayet_sdk_v2 1.0.1
ayet_sdk_v2: ^1.0.1 copied to clipboard
Flutter plugin for ayetstudios SDK v2 - offerwall, surveywall, and reward status integration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ayet_sdk_v2This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ayet_sdk_v2: ^1.0.1Alternatively, 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:ayet_sdk_v2/ayet_sdk_v2.dart';