- Flutter 2.2
- BREAKING: Remove
HtmlWidget.buildAsyncBuilder(#575) - BREAKING: Remove
HtmlWidget.hyperlinkColor(#571) - BREAKING: Change
HtmlWidget.onTapUrlsignature to return aFutureOr<bool>. (#563) - Show click cursor for
Atag (#322) - Add support for
HtmlWidget.renderMode(#484) - Add support for error & loading builder for network image (#547, thanks @DFelten)
- Improve
text-decorationsupport (#569) - Add support for
HtmlWidgetState.scrollToAnchor(#577) - Implement
HtmlWidget.onErrorBuilderandonLoadingBuilder(#575) - Fix bug border+background (#516)
- Fix incorrect UL/OL tag closing
- Fix
CssSizingValueequality check - Fix missing block margins on empty tag (#580)
This release includes some changes that may require migration if you have a custom WidgetFactory:
- Remove
TextStyleHtml.maxLinesand.textOverflow(#570) - Remove
WidgetFactory.buildColumnPlaceholderparamtrimMarginVertical - Remove
WidgetFactory.buildColumnWidgetparamtsh - Change
WidgetFactory.buildImageWidgetparams - Replace
WidgetFactory.getListStyleMarkerwithgetListMarkerText - Remove
WidgetFactory.imageLoadingBuilderandimageErrorBuilder(#575) - Replace
WidgetFactory.onTapAnchorparamanchorContextwithscrollTo