Go to file
LingandRX b53fe04e54 feat(category): 添加分类功能
- 新增分类列表页面和分类详情页面
- 实现分类数据的加载、刷新和展示
- 添加分类相关的数据模型、提供者和仓库
- 优化数据库操作,统一表名和查询条件
2025-05-08 21:06:52 +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(category): 添加分类功能 2025-05-08 21:06:52 +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.