remote_in_app_messaging 0.1.1
remote_in_app_messaging: ^0.1.1 copied to clipboard
Host-agnostic, JSON-driven in-app messaging for Flutter. Drive modal, bottom sheet and fullscreen messages from a remote JSON payload (e.g. Firebase Remote Config) with targeting, A/B variants and fre [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add remote_in_app_messagingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
remote_in_app_messaging: ^0.1.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:remote_in_app_messaging/remote_in_app_messaging.dart';