Go to file
LingandRX b2217ae2be feat(category): 新增分类功能并重构相关屏幕
- 新增 CategoryScreen 屏幕用于显示分类- 新增 ItemCategory 模型类用于分类数据管理
- 新增 ItemCategoryRepository 用于分类数据持久化
- 新增 item_category_table 创建分类表结构
-重构 HomeScreen 底部导航栏,增加分类选项
- 重命名相关屏幕文件,统一命名规范
- 调整 ItemScreen 以适应新增的分类功能- 更新 SQLiteHelper 以支持分类表创建和默认分类插入
- 删除 StatisticsScreen 屏幕
2025-05-07 22:52:20 +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-07 22:52:20 +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.