Zchandev
Zchandev
@daohoangson I got the same issue. Trying to migrate from flutter_html to flutter_widget_from_html_core This is flutter_html output:  This is flutter_widget_from_html_core output: Is there a way to remove HeightPlaceholder? I...
> What is your HTML? @Zchandev
> 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?