Jayshanx
Jayshanx
+1 也有同样的需求,不知道要怎么实现
> 海鲜这个,你自己看的话,子tab的左右手势初始禁止是的,只有子tab吸顶后才允许左右切换 初始禁止可能是为了防止和顶部大tab滑动冲突吧
遇到同样的问题 参考这个pr https://github.com/jpush/jpush-flutter-plugin/pull/282 里面有提到 ```基于static的持有JPushPlugin instance,并在每次attach之后被新的plugin实例覆盖,这样是不合理的,存在潜在bug```
same problem,any progress about this?
if you are using flutter_screenutil plugin , you shoud upgrade to 5.8.2 or using or just set config like blow ` return ScreenUtilInit( designSize: const Size(750, 1334), useInheritedMediaQuery: true, builder:...