remote_config_view 0.0.2
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';