Skip to content

Commit 3782eda

Browse files
committed
[fwfh_chewie] v0.7.1
1 parent 636d0fb commit 3782eda

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/enhanced/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
flutter_widget_from_html_core: ^0.9.1
1414
fwfh_cached_network_image: ^0.7.0+3
15-
fwfh_chewie: ^0.7.0+3
15+
fwfh_chewie: ^0.7.1
1616
fwfh_just_audio: ^0.9.0
1717
fwfh_svg: ^0.7.2+1
1818
fwfh_url_launcher: ^0.9.0

packages/fwfh_chewie/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.1
2+
3+
- Add support for `src` attribute in VIDEO tag (#848)
4+
15
## 0.7.0+3
26

37
- Fix context usage across async gaps (#835)

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.7.0
19+
fwfh_chewie: ^0.7.1
2020
```
2121
2222
## Usage

packages/fwfh_chewie/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fwfh_chewie
2-
version: 0.7.0+3
2+
version: 0.7.1
33
description: WidgetFactory extension to render VIDEO with the chewie plugin.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

0 commit comments

Comments
 (0)