h-1.flutter.4/pubspec.yaml
joe 13f7e3fcc6 feat: マスタ編集モジュール統合と汎用フィールド実装
- widgets ディレクトリに MasterTextField, MasterNumberField, MasterDropdownField,
  MasterTextArea, MasterCheckBox を作成
- 各マスタ画面(product, customer, employee, supplier, warehouse)で統一ウィジェット化
- pubspec.yaml: flutter_form_builder の依存を整理(Flutter の標準機能で対応可能に)
2026-03-09 22:49:39 +09:00

35 lines
No EOL
751 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: sales_assist_1
description: オフライン単体で見積・納品・請求・レジ業務まで完結できる販売アシスタント
publish_to: 'none'
version: 1.0.0+6
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
# PDF 帳票出力flutter_pdf_generator の代わりに使用)
pdf: ^3.10.8
printing: ^5.9.0
intl: ^0.19.0
share_plus: ^10.1.2
google_sign_in: ^7.2.0
# フォームビルダ - マスタ編集の汎用モジュールで使用
flutter_form_builder: ^9.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true