- customer_master_screen.dart: const 使用と SnackBarAction の修正 - employee_master_screen.dart: DropdownButtonFormField のパラメータ追加 - database_helper.dart: jsonEncode メソッドの修正、isDeleted フィールドのチェック - main.dart: ScaffoldMessenger と Navigator のルートジェネレータ実装
31 lines
No EOL
599 B
YAML
31 lines
No EOL
599 B
YAML
name: sales_assist_1
|
|
description: オフライン単体で見積・納品・請求・レジ業務まで完結できる販売アシスタント
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+5
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.6
|
|
|
|
# SQLite データ永続化
|
|
sqflite: ^2.3.3
|
|
path_provider: ^2.1.1
|
|
|
|
# Google エコシステム連携
|
|
google_sign_in: ^6.1.0
|
|
http: ^1.1.0
|
|
googleapis_auth: ^1.5.0
|
|
googleapis: ^12.0.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true |