You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After checking I found that the issue was caused by this PR flutter/flutter#116924, which is stated in Flutter 3.10.0 release note. runApp has been modified to automatically wrap the provided widget with the default View into which the app is being rendered after flutter 3.10.0.
Issue was resolve after wrap with the default view.
你好 Kevin,
我在升级flutter到3.13.5版本之后,在点击输入框的时候会报错:
flutter doctor:
相同的情况在example CustomKeyboardDemo也会发生,想请问您有什么解决方案吗?
The text was updated successfully, but these errors were encountered: