1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-28 23:32:05 +00:00
Files
samples/experimental/web_dashboard/pubspec.yaml
dependabot[bot] f2d399f750 Bump google_sign_in from 5.3.0 to 5.3.1 in /experimental/web_dashboard (#1244)
Bumps [google_sign_in](https://github.com/flutter/plugins) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/flutter/plugins/releases)
- [Commits](https://github.com/flutter/plugins/compare/google_sign_in-v5.3.0...google_sign_in-v5.3.1)

---
updated-dependencies:
- dependency-name: google_sign_in
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-11 03:17:35 -07:00

28 lines
566 B
YAML

name: web_dashboard
description: A dashboard app sample
version: 1.0.0+1
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^3.1.14
cupertino_icons: ^1.0.0
firebase_auth: ^3.3.17
firebase_core: ^1.16.0
google_sign_in: ^5.3.1
json_annotation: ^4.5.0
provider: ^6.0.0
uuid: ^3.0.0
charts_flutter: ^0.12.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.1.0
json_serializable: ^6.2.0
grinder: ^0.9.0
flutter_lints: ^1.0.0
flutter:
uses-material-design: true