Skip to content

Commit d5670c2

Browse files
committed
[enhanced] v0.15.3
1 parent 690df51 commit d5670c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/enhanced/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.3
2+
3+
- Add support for webview_flutter_android@4 (#1366)
4+
15
## 0.15.2
26

37
- Add support for web@v1 (#1298)

packages/enhanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add this to your app's `pubspec.yaml` file:
2727

2828
```yaml
2929
dependencies:
30-
flutter_widget_from_html: ^0.15.2
30+
flutter_widget_from_html: ^0.15.3
3131
```
3232
3333
### Platform specific configuration

packages/enhanced/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.15.2
2+
version: 0.15.3
33
description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

0 commit comments

Comments
 (0)