Đào Hoàng Sơn

Results 270 comments of Đào Hoàng Sơn

Try removing `allowfullscreen` maybe? It was complaining about some fullscreen check in the console.

I think this is a bug with `ClipRRect` in Safari with the CanvasKit web renderer. I filed a bug here https://github.com/flutter/flutter/issues/91191.

A new version has been released with the fix for this. Please try upgrading the core package and see whether it works for you (e.g. `flutter pub upgrade flutter_widget_from_html_core`).

Thank you for your PR, a new version for https://pub.dev/packages/fwfh_text_style/versions/2.13.0 has been released. It should fix your issue with Flutter beta. Please try upgrading and let me know if it...

Please try `flutter pub upgrade fwfh_text_style` to bump that package to a Flutter 3.3 compatible version.

Thank you @eliudio for the PR, the latest version already works with Flutter 3.1 so I'm closing this PR.

The current plan for this package doesn't include support for CSS selectors, especially pseudo-element like `:link`, `:visited` etc. The links have the built-in Flutter visual feedback (e.g. mouse hover). Technically...

It should work. You can nest table inside each other, inside list item, etc. https://try.fwfh.dev/?id=178389000ff93267b1b4b77ee4554855

You don't need to wrap it inside an UL, it was just a demo. Your HTML should work as is. https://try.fwfh.dev/?id=9af7a91a789992c2c64cbb79867990ed

This is working as intended. Regular line breaks are rendered as spaces in HTML.