remote_in_app_messaging 0.1.1 copy "remote_in_app_messaging: ^0.1.1" to clipboard
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_messaging

This 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.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:remote_in_app_messaging/remote_in_app_messaging.dart';
0
likes
150
points
--
downloads

Documentation

API reference

Publisher

verified publisherdwiky.my.id

Weekly Downloads

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 frequency caps.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter, flutter_svg, freezed_annotation, hive_ce, hive_ce_flutter, json_annotation, meta

More

Packages that depend on remote_in_app_messaging