Toby

Results 6 comments of Toby

For Chinese Developers fluwx: ^4.5.0 tobias: ^3.3.1 jpush_flutter: ^2.5.1 => https://github.com/jpush/jpush-flutter-plugin

@huycozy Is this available now in 3.10.3 or will it be available in 3.10.4? I am facing the same issue in 3.10.3

I am facing the same issue in 3.10.4

I am facing the same issue in 3.10.5 :(

Same issues on iPhone 13 Pro Max. I can reproduce it stably at present, while quickly sliding the list, quickly switch to other apps and then switch back. Seems to...

我找到问题了,将如下代码: ``` return MultiProvider( providers: [ ChangeNotifierProvider.value(value: widget.appProvider), ], builder: (_, __) { return ScreenUtilInit( ensureScreenSize: true, designSize: const Size(375, 814), builder: (_, __) { return MaterialApp( title: 'xxx', ......