flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[BUG] compile error in Flutter 3.32.0

Open hnvn opened this issue 6 months ago • 1 comments

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
       ^^^^^^^^^^^^^^^^^^^^

hnvn avatar May 21 '25 10:05 hnvn

Any fix soon or workaround?

vlowe85 avatar Jun 13 '25 09:06 vlowe85

Because of this issue, i am unable to use flutter_html_iframe for web.

Image

aarajput avatar Jun 25 '25 08:06 aarajput

temporary solution:

flutter_html_iframe: #^3.0.0
    git:
      url: https://github.com/hnvn/flutter_html.git
      path: packages/flutter_html_iframe

hnvn avatar Jun 26 '25 02:06 hnvn

It was solved?

paulocoutinhox avatar Sep 15 '25 09:09 paulocoutinhox