Go to file
LingandRX 083b4e506a feat(item): 添加物品删除功能并优化物品详情页面
- 在 DetailItemScreen 中添加删除物品的按钮和确认对话框
- 在 ItemProvider 中实现删除物品的方法
- 在 ItemRepository 中实现删除物品的数据库操作
- 在 ItemModel 中添加 status 字段,用于标记物品状态
2025-05-05 22:12:09 +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 feat(item): 添加物品删除功能并优化物品详情页面 2025-05-05 22:12:09 +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.