firebase_remote_config_hybrid_web 0.0.1
firebase_remote_config_hybrid_web: ^0.0.1 copied to clipboard
Web implementation of firebase_remote_config_hybrid plugin.
firebase_remote_config_hybrid_web #
Web implementation of firebase_remote_config_hybrid
Usage #
Import the package #
This package is the endorsed implementation of firebase_remote_config_hybrid for the web platform since version 0.0.1, so it gets automatically added to your dependencies by depending on firebase_remote_config_hybrid: ^0.0.1.
No modifications to your pubspec.yaml should be required in a recent enough version of Flutter (>=1.12.13+hotfix.4):
...
dependencies:
...
firebase_remote_config_hybrid: ^0.0.1
...