| # Copyright 2019 The Flutter Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| name: flutter_dashboard |
| description: The Flutter dashboard. |
| publish_to: none |
| version: 1.1.0+2 |
| |
| environment: |
| sdk: ^3.7.0 |
| |
| dependencies: |
| collection: any # Match Flutter SDK |
| firebase_core: 3.12.1 # Rolled by dependabot |
| firebase_crashlytics: 4.3.4 # Rolled by dependabot |
| fixnum: 1.1.1 # Rolled by dependabot |
| flutter: |
| sdk: flutter |
| flutter_app_icons: 0.1.1 # Rolled by dependabot |
| google_sign_in: 6.2.2 # Rolled by dependabot |
| google_sign_in_web: 0.12.4+3 # Rolled by dependabot |
| http: 1.3.0 # Rolled by dependabot |
| protobuf: 3.1.0 # Rolled by dependabot |
| provider: 6.1.2 # Rolled by dependabot |
| truncate: 3.0.1 # Rolled by dependabot |
| url_launcher: 6.3.1 # Rolled by dependabot |
| url_launcher_platform_interface: 2.3.2 # Rolled by dependabot |
| url_launcher_web: 2.4.0 # Rolled by dependabot |
| |
| dev_dependencies: |
| build_runner: 2.4.13 # Rolled by dependabot |
| dart_flutter_team_lints: 3.4.0 |
| flutter_test: |
| sdk: flutter |
| mockito: 5.4.4 # Remember to run ./regen_mocks.sh! |
| path: any # Match Flutter SDK |
| |
| flutter: |
| uses-material-design: true |
| assets: |
| - assets/ |