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
% fvm flutter doctor
FVM: Running version 1.22.2
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel unknown, 1.22.2, on Mac OS X 10.15.5 19F101, locale en-BR)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
[✓] Chrome - develop for the web
[!] Android Studio (version 4.1)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[!] IntelliJ IDEA Ultimate Edition (version 2019.2.4)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
[✓] Connected device (4 available)
This issue is similar to what #464 and #473 described, but I've opened a new one to be clear that the problem is when using iframe with CustomRender.
The text was updated successfully, but these errors were encountered:
erickok
added a commit
to vrtdev/flutter_html
that referenced
this issue
Jan 15, 2021
Although the default iframe render works fine, both
attributes
andelement
parameters fromCustomRender
are aways null when using it withiframe
:flutter_html: ^1.1.1
andflutter_html: ^1.0.2
This issue is similar to what #464 and #473 described, but I've opened a new one to be clear that the problem is when using iframe with
CustomRender
.The text was updated successfully, but these errors were encountered: