remote_config_view 0.0.2 copy "remote_config_view: ^0.0.2" to clipboard
remote_config_view: ^0.0.2 copied to clipboard

A flutter plugin that allow you to create text views handled from firebase remote config.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_config_view

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  remote_config_view: ^0.0.2

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_config_view/remote_config_utils.dart';
import 'package:remote_config_view/remote_config_utils/rc_constants.dart';
import 'package:remote_config_view/remote_config_utils/remote_config_button.dart';
import 'package:remote_config_view/remote_config_utils/remote_config_text.dart';
import 'package:remote_config_view/remote_config_utils/remote_config_utils.dart';
import 'package:remote_config_view/remote_config_utils_method_channel.dart';
import 'package:remote_config_view/remote_config_utils_platform_interface.dart';
1
likes
130
points
195
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin that allow you to create text views handled from firebase remote config.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

firebase_analytics, firebase_core, firebase_remote_config, flutter, in_app_purchase_utils, plugin_platform_interface

More

Packages that depend on remote_config_view