Đào Hoàng Sơn
Đào Hoàng Sơn
The proper fix will require Flutter 3.24 so I will do a workaround for v0.15 and release it today. The fix will be released as v0.16 since it is a...
`v0.15.2` has been released with the workaround. Please try upgrading and see whether it works with Flutter master. Thank you for your patience.
Do dữ liệu nguồn từ trang http://gis.chinhphu.vn/ chỉ có 2 levels thôi bạn. Đang làm cái https://github.com/daohoangson/dvhcvn/pull/30 lấy nguồn từ OSM nhưng bên đó cũng chưa đủ.
I can't reproduce this bug with the provided HTML. Can you provide the full HTML that is triggering this bug? Also, an error stack would be useful.
Which version of this package are you using?
I cannot reproduce this bug, as you can see here https://try.fwfh.dev/?id=f34d1086558fbf0756094f91b00a22ed
Have you tried using `BuildOp.inline`?
You can use `flutter_widget_from_html_core` to build for web assembly.
I'm away from my laptop but can you move the print into `build` instead of inside the constructor? Better yet, can you convert it into a stateful widget and print...
I have been able to reproduce your demo. Thank you. Btw, if you only have stateless in your app, how do you initialize your game / animation? Can you share...