Go to file
LingandRX faf439087a refactor(item): 重构添加物品页面
- 将 AddItemScreen 中的各个字段提取为独立的 Widget
- 新增 CategoryDropdown、DatePickerField、DescriptionField 等组件
- 优化 Item 模型,使用 ItemIsUse 枚举替代字符串表示是否使用
- 在数据库中添加 price 字段- 重构表单提交逻辑,使用新的组件进行数据采集
2025-05-06 22:06:19 +08:00
android feat(provider): 重构项目使用 provider 状态管理 2025-04-29 21:01:34 +08:00
ios feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
lib refactor(item): 重构添加物品页面 2025-05-06 22:06:19 +08:00
linux feat(database): 实现物品添加和列表展示功能 2025-04-24 21:26:06 +08:00
macos feat(database): 实现物品添加和列表展示功能 2025-04-24 21:26:06 +08:00
test feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
web feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
windows feat(database): 实现物品添加和列表展示功能 2025-04-24 21:26:06 +08:00
.gitignore feat(addItem): 优化新增物品页面功能和布局 2025-04-26 21:06:09 +08:00
.metadata feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
analysis_options.yaml feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
pubspec.lock feat(provider): 重构项目使用 provider 状态管理 2025-04-29 21:01:34 +08:00
pubspec.yaml feat(provider): 重构项目使用 provider 状态管理 2025-04-29 21:01:34 +08:00
README.md feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00

item_tracker

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.