Zchandev

Results 6 comments of Zchandev

@daohoangson I got the same issue. Trying to migrate from flutter_html to flutter_widget_from_html_core This is flutter_html output: ![IMG_4833](https://github.com/daohoangson/flutter_widget_from_html/assets/69233113/79bd5002-ada3-4c38-a8a5-d5d33b496189) This is flutter_widget_from_html_core output: Is there a way to remove HeightPlaceholder? I...

> What is the `HtmlWidget` configuration? It shouldn't render new line for that HTML. Here is my config: ```dart HtmlWidget( body, onTapUrl: (url) { _onLinkTap(context, url, {}); return true; },...

@daohoangson thanks for your answer! However, customStylesBuilder doesnt fit for my needs because I need to add a gesture detector for some stuff like spoiler tag and blockquote tag. I...

Great news! I love Isar, but I also still use Hive in the same project, because it's just a simple key-value storage. I use it to store cache, counters, json...

I have checked crashlytics and found this issue too. Is there any workaround? Should I ask user to restart the app in case of this error?