mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
546 B
27 lines
546 B
name: web_dashboard
|
|
description: A dashboard app sample
|
|
version: 1.0.0+1
|
|
environment:
|
|
sdk: ">=2.6.0 <3.0.0"
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cloud_firestore: ^0.13.0
|
|
cupertino_icons: ^0.1.2
|
|
firebase_auth: ^0.16.1
|
|
firebase_core: ^0.4.3
|
|
google_sign_in: ^5.0.0
|
|
json_annotation: ^3.0.0
|
|
provider: ^4.0.0
|
|
uuid: ^2.0.0
|
|
charts_flutter: ^0.9.0
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
build_runner: ^1.8.0
|
|
json_serializable: ^3.3.0
|
|
grinder: ^0.8.4
|
|
flutter_lints: ^1.0.0
|
|
flutter:
|
|
uses-material-design: true
|