Initial commit
This commit is contained in:
23
flutter_app/pubspec.yaml
Normal file
23
flutter_app/pubspec.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: google_tv_dashboard
|
||||
description: Family dashboard for Google TV and mobile admin.
|
||||
publish_to: "none"
|
||||
version: 0.1.0
|
||||
|
||||
environment:
|
||||
sdk: ">=3.3.0 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.6
|
||||
http: ^1.2.2
|
||||
intl: ^0.19.0
|
||||
provider: ^6.1.2
|
||||
google_fonts: ^6.1.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
Reference in New Issue
Block a user