Go to file
LingandRX ba0a8eb654 feat(provider): 重构项目使用 provider 状态管理
- 移除 ItemScopedModel,改用 ItemProvider
- 更新 addItem 屏幕,使用 ItemProvider 添加物品
- 修改物品列表屏幕,使用 ItemProvider 加载和刷新数据
- 更新 main 函数,添加 ItemProvider
2025-04-29 21:01:34 +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(provider): 重构项目使用 provider 状态管理 2025-04-29 21:01:34 +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.