name: firebase_remote_config_example | |
description: Demonstrates how to use the firebase_remote_config plugin. | |
dependencies: | |
flutter: | |
sdk: flutter | |
# The following adds the Cupertino Icons font to your application. | |
# Use with the CupertinoIcons class for iOS style icons. | |
cupertino_icons: ^0.1.0 | |
firebase_remote_config: | |
path: ../ | |
firebase_core: ^0.4.0 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
flutter_driver: | |
sdk: flutter | |
test: any |