1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-12 07:48:55 +00:00
Files
samples/experimental/web_dashboard/pubspec.yaml
dependabot[bot] cad1fccb79 Bump firebase_auth from 3.3.15 to 3.3.16 in /experimental/web_dashboard (#1172)
Bumps [firebase_auth](https://github.com/FirebaseExtended/flutterfire) from 3.3.15 to 3.3.16.
- [Release notes](https://github.com/FirebaseExtended/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FirebaseExtended/flutterfire/compare/firebase_auth-v3.3.15...firebase_auth-v3.3.16)

---
updated-dependencies:
- dependency-name: firebase_auth
  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-04-28 18:26:40 +10: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.13
cupertino_icons: ^1.0.0
firebase_auth: ^3.3.16
firebase_core: ^1.15.0
google_sign_in: ^5.0.0
json_annotation: ^4.1.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.1.5
grinder: ^0.9.0
flutter_lints: ^1.0.0
flutter:
uses-material-design: true