Skip to content

Commit 75c4a3d

Browse files
committed
[fwfh_chewie] v0.7.0
1 parent 88265e5 commit 75c4a3d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

packages/core/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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

packages/fwfh_chewie/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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)

packages/fwfh_chewie/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616
```yaml
1717
dependencies:
1818
flutter_widget_from_html_core: any
19-
fwfh_chewie: ^0.6.2
19+
fwfh_chewie: ^0.7.0
2020
```
2121
2222
## Usage

packages/fwfh_chewie/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fwfh_chewie
2-
version: 0.6.2
2+
version: 0.7.0
33
description: WidgetFactory extension to render VIDEO with the chewie plugin.
44
homepage: 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

1717
dependency_overrides:

0 commit comments

Comments
 (0)