wanghongenpin / network_proxy_flutter

Open source free capture HTTP(S) traffic software ProxyPin, supporting full platform systems
Apache License 2.0
4.91k stars 388 forks source link

Fix process icon blinking #177

Closed gentlemanxzh closed 1 month ago

gentlemanxzh commented 1 month ago

在全部请求列表中,进行搜索,每次输入文本,应用图标都会闪烁一次 演示视频:

https://github.com/wanghongenpin/network_proxy_flutter/assets/31216074/6cf34e53-6e1d-490d-a737-af514a7301e9

优化措施: 在加载时,判断如果存在icon的缓存,则直接返回Image,否则返回FutureBuilder。