flutter_boost icon indicating copy to clipboard operation
flutter_boost copied to clipboard

java.lang.NullPointerException: Attempt to invoke virtual method 'void io.flutter.plugin.editing.TextInputPlugin.onProvideAutofillVirtualStructure(android.view.ViewStructure, int)' on a null object reference

Open marchlqq opened this issue 8 months ago • 12 comments

请描述遇到的问题,以及您所期望的正确的结果

1、update flutter version from 3.3.9 to 3.16.9 2、Open the phone settings and turn on the application password book function 3、create a viewpage fragment, one is native fragment and has edit, other is flutter fragment and init then, When you click on the edit box of the native fragment, it will inevitably collapse and appear.

crash log: java.lang.NullPointerException: Attempt to invoke virtual method 'void io.flutter.plugin.editing.TextInputPlugin.onProvideAutofillVirtualStructure(android.view.ViewStructure, int)' on a null object reference at io.flutter.embedding.android.FlutterView.onProvideAutofillVirtualStructure(FlutterView.java:1525) at android.view.View.dispatchProvideStructure(View.java:10364) at android.view.View.dispatchProvideAutofillStructure(View.java:10356) at android.view.ViewGroup.dispatchProvideAutofillStructure(ViewGroup.java:3708) at android.view.ViewGroup.dispatchProvideAutofillStructure(ViewGroup.java:3728) at android.view.ViewGroup.dispatchProvideAutofillStructure(ViewGroup.java:3728) at android.app.assist.AssistStructure$WindowNode.(AssistStructure.java:527) at android.app.assist.AssistStructure.(AssistStructure.java:2345) at android.app.ActivityThread.handleRequestAssistContextExtras(ActivityThread.java:4101) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2427) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:240) at android.os.Looper.loop(Looper.java:351) at android.app.ActivityThread.main(ActivityThread.java:8423) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)

请说明如何操作会遇到上述问题

一定要开启密码本: image

最好是pad或者折叠屏手机: click_1 click_2 click_3

在下面填入关键复现代码

demo: mtp_test_demo.zip

复现的平台

Both

Flutter SDK版本

3.16.9

FlutterBoost版本

5.0.1

是否延迟初始化FlutterBoost

No

解决方案

marchlqq avatar Jun 06 '24 07:06 marchlqq