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
This looks to be an internal issue with Flutter rendering. The webview uses hybrid composition to display the content, maybe you can use the useHybridComposition: false and see if the crash goes away?
Checked with androidUseHybridComposition: false
from master branch, and crash is gone,
probably the source of crash is flutter/flutter#98155
hope this fix will be released in next stable flutter release after 2.10.1
The text was updated successfully, but these errors were encountered: