flutter_html
flutter_html copied to clipboard
[BUG] compile error in Flutter 3.32.0
Run into this error when compiling project in Flutter 3.32.0:
../../../.pub-cache/hosted/pub.dev/flutter_html_iframe-3.0.0/lib/iframe_web.dart:33:8: Error: Undefined name 'platformViewRegistry'.
ui.platformViewRegistry
^^^^^^^^^^^^^^^^^^^^
Any fix soon or workaround?
Because of this issue, i am unable to use flutter_html_iframe for web.
temporary solution:
flutter_html_iframe: #^3.0.0
git:
url: https://github.com/hnvn/flutter_html.git
path: packages/flutter_html_iframe
It was solved?