MarcelGarus / marquee

A Flutter widget that scrolls text infinitely. Provides many customizations including custom scroll directions and velocities, pausing after every round and specifying custom durations and curves for accelerating and decelerating.
MIT License
274 stars 113 forks source link

EasyLoading not work with marquee #71

Closed jiabin87428 closed 2 years ago

jiabin87428 commented 2 years ago

When I Add a marquee to EasyLoading, refresh not working

jiabin87428 commented 2 years ago

Use 'ScrollNotificationInterceptor'

mdddj commented 2 years ago

同样的问题,找到解决方案了吗

jiabin87428 commented 2 years ago

同样的问题,找到解决方案了吗

找一下ScrollNotificationInterceptor的使用示例,这是用来解决滚动冲突的