freedom
Results
2
issues of
freedom
作者你好,在使用最新版本5.9.0的时候,android release模式下 ,应用刚启动的时候设置 xx.sp,得到的字体大小一直是0,换之前的版本没有这个问题!大致代码如下: ` class _MyHomePageState extends State { @override Widget build(BuildContext context) { return ScreenUtilInit( designSize: const Size(360, 690), minTextAdapt: true, splitScreenMode: true, builder: (_, child) { return...
目前来看嵌套pull_to_refresh 组件后,下拉刷新无法正常工作了,比较想要这个功能,能提供一个思路吗?