Files
jiu/client
wangjia 3bf99966db fix(client): 修复测试 timer 泄漏与编译 warning
- login_screen: Future.delayed 改为 Timer,dispose 时主动取消,
  避免测试框架报 pending timer 错误
- stock_in_form_screen: 移除未使用的 repository import,
  items 去掉无效 ?? [] 死代码(items 字段非空)
- stock_out_form_screen: 同上

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 19:36:54 +08:00
..

jiu_client

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.