File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 88- Add support for ` HtmlWidget.renderMode ` (#484 )
99- Improve ` text-decoration ` support (#569 )
1010- Add support for ` HtmlWidgetState.scrollToAnchor ` (#577 )
11+ - Implement ` HtmlWidget.onErrorBuilder ` and ` onLoadingBuilder ` (#575 )
1112- Fix bug border+background (#516 )
1213- Fix incorrect UL/OL tag closing
1314- Fix ` CssSizingValue ` equality check
Original file line number Diff line number Diff line change 1+ ## 0.7.0
2+
3+ - Flutter 2.2 and flutter_widget_from_html_core@0.7.0
4+ - Implement ` HtmlWidget.onErrorBuilder ` and ` onLoadingBuilder ` (#575 )
5+
16## 0.6.2
27
38- Fix portrait video (#553 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616``` yaml
1717dependencies :
1818 flutter_widget_from_html_core : any
19- fwfh_chewie : ^0.6.2
19+ fwfh_chewie : ^0.7.0
2020` ` `
2121
2222## Usage
Original file line number Diff line number Diff line change 11name : fwfh_chewie
2- version : 0.6.2
2+ version : 0.7.0
33description : WidgetFactory extension to render VIDEO with the chewie plugin.
44homepage : https://github.com/daohoangson/flutter_widget_from_html
55
@@ -11,7 +11,7 @@ dependencies:
1111 chewie : ^1.0.0
1212 flutter :
1313 sdk : flutter
14- flutter_widget_from_html_core : ^0.7.0-0
14+ flutter_widget_from_html_core : ^0.7.0
1515 video_player : ^2.0.0
1616
1717dependency_overrides :
You can’t perform that action at this time.
0 commit comments