jiang111 / flutter_code

b站视频教程: https://space.bilibili.com/480410119/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问如何实现下拉刷新序列帧?

hangYq opened this issue · comments

commented

image
image
image

这里在页面第一次启动时,loading 状态下,序列帧图片紊乱,第二次就好了

试试 SchedulerBinding.instance.addPostFrameCallback((_){ _refreshIndicatorKey.currentState?.show(); } );