1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/experimental/web_dashboard/pubspec.yaml
dependabot[bot] bb8a84d549 Bump json_serializable in /experimental/web_dashboard (#1177)
Bumps [json_serializable](https://github.com/google/json_serializable.dart) from 6.1.6 to 6.2.0.
- [Release notes](https://github.com/google/json_serializable.dart/releases)
- [Commits](https://github.com/google/json_serializable.dart/compare/json_serializable-v6.1.6...json_serializable-v6.2.0)

---
updated-dependencies:
- dependency-name: json_serializable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-28 18:30:56 +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.2.0
grinder: ^0.9.0
flutter_lints: ^1.0.0
flutter:
uses-material-design: true