html-editor-enhanced
html-editor-enhanced copied to clipboard
[BUG]
Flutter was unable to create enough overlay surfaces. This is usually caused by too many platform views being displayed at once. You may experience incorrect rendering.
I was using version-[1.8.0] and render multi htlm-editor widget on web application.After upgrade flutter the packa get error afterwards I change version to [2.5.1].When using multi html-editor for flutter web view throw exception.
Here is ui web view---

Here is ui code sample ---

Here is logs---

- I have a similar problem when i try open inappwebview in other page from the editor screen
Navigator.push(
context,
MaterialPageRoute(builder: (context) => const SecondPage()),
);
- I checked and it only happens on
flutter >= 3.7.0
Under discussion here https://github.com/flutter/flutter/issues/118159 or https://github.com/flutter/flutter/issues/104970
Use pointer_interceptor version 0.9.1 resolved for my case