davidche
davidche
I want that feature, too. 我也想要这个功能。
> After a lot of trying, I found a way by which we can click on a button if we know its ID. > […](#) > On Sat, Sep 14,...
使用jpush_flutter: 3.0.4插件,jpush5.4.0,APP启动后整个界面动画会停止,这时候点击按钮就会闪退。不操作的话,动画卡顿几秒恢复后再操作就不会导致APP闪退。 报错信息如下: E/CrashReport( 6706): java.lang.IllegalArgumentException: Unsupported value: 'ComponentInfo{com.android.xxx/com.jiguang.jpush.JPushEventReceiver}' of type 'class android.content.ComponentName' E/CrashReport( 6706): at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:297) E/CrashReport( 6706): at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:285) E/CrashReport( 6706): at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:285) E/CrashReport( 6706): at io.flutter.plugin.common.StandardMethodCodec.encodeMethodCall(StandardMethodCodec.java:38) E/CrashReport(...
#240 flutter 3.29.0 error message: git/background_location-c9ec16ed439443beea6b08e18c1e1869ffc7190a/android/src/main/kotlin/com/almoullim/background_location/LocationUpdatesService.kt:255:19 Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The actual metadata version is 2.1.0, but the compiler version 1.8.0 can read versions...
This issue is caused by the deprecation of io.flutter.plugin.common.PluginRegistry.Registrar. Modifying the deprecated code should resolve the problem. Regarding #240, simply change ext.kotlin_version to = '1.8.22' and version 3.29.0 should compile...
> > We had to manually pull those dependencies, remove this import, and modify some code related to PluginRegistry.Registrar. > > Which sounds like more work than migrating to some...