create project

This commit is contained in:
2026-05-19 11:46:42 +08:00
commit dcdf1f60b1
60 changed files with 9309 additions and 0 deletions

28
frontend/pubspec.yaml Normal file
View File

@@ -0,0 +1,28 @@
name: family_accounting
description: Family Accounting App
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_riverpod: ^2.5.0
riverpod_annotation: ^2.3.0
dio: ^5.4.0
flutter_secure_storage: ^9.0.0
go_router: ^14.0.0
fl_chart: ^0.68.0
intl: ^0.19.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.0
riverpod_generator: ^2.4.0
flutter:
uses-material-design: true