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.
remote_config_view #
This is the plugin that allows the developers to utilise firebase remote config in a better way. Using this plugin, we can directly show the text along with its attributes configured in the form of a json, into our UI. All we need to do is pass the key in the to the widget.
Installation #
Add the dependency to you project by executing the command given below.
flutter pub add remote_config_view