- widgets ディレクトリに MasterTextField, MasterNumberField, MasterDropdownField, MasterTextArea, MasterCheckBox を作成 - 各マスタ画面(product, customer, employee, supplier, warehouse)で統一ウィジェット化 - pubspec.yaml: flutter_form_builder の依存を整理(Flutter の標準機能で対応可能に) |
||
|---|---|---|
| .. | ||
| customer_master_screen.dart | ||
| employee_master_screen.dart | ||
| inventory_master_screen.dart | ||
| product_master_screen.dart | ||
| supplier_master_screen.dart | ||
| warehouse_master_screen.dart | ||