| name: firebase_core_example |
| description: Demonstrates how to use the firebase_core 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 |
| |
| dev_dependencies: |
| flutter_test: |
| sdk: flutter |
| |
| firebase_core: |
| path: ../ |
| |
| # For information on the generic Dart part of this file, see the |
| # following page: https://www.dartlang.org/tools/pub/pubspec |
| |
| # The following section is specific to Flutter. |
| flutter: |
| uses-material-design: true |