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
Brett Morgan 36e7a6ab04 Update for Flutter 3.10 beta (#1746)
## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [ ] All existing and new tests are passing.

---------

Co-authored-by: David Iglesias <ditman@gmail.com>
Co-authored-by: Mark Thompson <2554588+MarkTechson@users.noreply.github.com>
Co-authored-by: John Ryan <ryjohn@google.com>
2023-05-11 06:16:31 +10:00

36 lines
642 B
YAML

name: web_dashboard
description: A dashboard app sample
version: 1.0.0+1
publish_to: none
environment:
sdk: ^3.0.0-0
dependencies:
charts_flutter: ^0.12.0
cloud_firestore: ^4.0.1
collection: ^1.16.0
cupertino_icons: ^1.0.0
firebase_auth: ^4.0.1
firebase_core: ^2.0.0
flutter:
sdk: flutter
google_sign_in: ^6.0.0
intl: ^0.17.0
json_annotation: ^4.5.0
path: ^1.8.1
provider: ^6.0.0
uuid: ^3.0.0
dev_dependencies:
analysis_defaults:
path: ../../analysis_defaults
build_runner: ^2.1.0
flutter_test:
sdk: flutter
grinder: ^0.9.0
json_serializable: ^6.2.0
flutter:
uses-material-design: true