Skip to content

Commit 3824434

Browse files
committed
[enhanced] v0.10.4
1 parent 46d6ad5 commit 3824434

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.4
2+
3+
- Add support for Flutter 3.13 (#995)
4+
- Remove package `fwfh_text_style` (#1009)
5+
16
## 0.10.3
27

38
- Fix `border-radius` being overwritten by `border` (#966)

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