Initial commit

This commit is contained in:
kihong.kim
2026-01-24 19:41:19 +09:00
commit 807df3d678
90 changed files with 6411 additions and 0 deletions

23
flutter_app/pubspec.yaml Normal file
View 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