stack_appodeal_flutter 1.2.1 stack_appodeal_flutter: ^1.2.1 copied to clipboard
Official flutter plugin to support Appodeal SDK for Android and iOS platforms. Support Consent Dialog for GDPR/CCPA zone.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stack_appodeal_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
stack_appodeal_flutter: ^1.2.1
Alternatively, 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:stack_appodeal_flutter/stack_appodeal_flutter.dart';