Skip to content

Commit 0063fe4

Browse files
committed
[enhanced] v0.10.0
1 parent 637c0c3 commit 0063fe4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/enhanced/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.10.0
2+
3+
- Add support for Flutter 3.7 (#861)
4+
- Update dependency flutter_svg to v2 (#862)
5+
16
## 0.9.1
27

38
- Adjust text-decoration-line cascading logic (#843)

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.9.1
30+
flutter_widget_from_html: ^0.10.0
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.9.1
2+
version: 0.10.0
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)