d520fc55bc
点击候选词时 pointer-down 先触发 TextField 失焦,focus listener 立即移除 Overlay,导致 InkWell.onTap (pointer-up) 执行时 widget 已不存在。改为失焦后延迟 150ms 关闭下拉框,给 onTap 足够时间填值。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.