engageapp_inapp 0.1.0
engageapp_inapp: ^0.1.0 copied to clipboard
EngageApp full-screen in-app takeover SDK for Flutter — fetch and render native full-screen campaign messages when your app foregrounds.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add engageapp_inappThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
engageapp_inapp: ^0.1.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:engageapp_inapp/engageapp_inapp.dart';