WinterTech
WinterTech
、、、 Future downloadFile(String url, String fileName) async { final response = await http.get(Uri.parse(url)); if (response.statusCode == 200) { final dir = await getApplicationDocumentsDirectory(); final file = File('${dir.path}/$fileName'); await file.writeAsBytes(response.bodyBytes); return...
我是分享到小程序,但是xcode里面打印的是这个 2024-10-23:10:20:04:419 [QQAPI] QQApiInterface.m:76 用户未授权,暂时无法使用QQ登录及分享等功能。 2024-10-23:10:20:04:419 [QQAPI] OpenApi.m:866 用户未同意隐私协议 2024-10-23:10:20:04:420 [QQAPI] TencentOAuth.m:1125 用户未授权,暂时无法使用QQ登录及分享等功能。
我是同时用了qq kit的,是不是现在有冲突啊
TabBarView里面的listview传入physics就可以。
我只是升级了一些第三方库,也是闪退了,我没有superplayer_widget这个库也闪退
> I forked and replaced the hashValues. Try using this. https://github.com/Anjula/apple_maps_flutter > > ``` > apple_maps_flutter: > git: > url: https://github.com/Anjula/apple_maps_flutter.git > ref: cb853b3f3b86b3453559bf35f632696bb0357234 > ``` https://github.com/albert-heijn-technology/apple_maps_flutter/issues/64 Can you help...
老哥,你这样跳转就会自动释放掉的。Get.to(() => FAGoogleCreatePage()),()=> 不能少。
I also encountered this situation on my phone, but it was in landscape mode, while portrait mode is normal
I need this feature as well; please request a merge.
I’ve also encountered a bug; I hope you can fix it along with this.