Skip to content

Commit 77f7e31

Browse files
committed
[enhanced] v0.16.0
1 parent ee9b0bd commit 77f7e31

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

packages/enhanced/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.16.0
2+
3+
- Requires Flutter 3.22 (#1403)
4+
- Add support for CSS `gap` (#1403)
5+
16
## 0.15.3
27

38
- Add support for webview_flutter_android@4 (#1366)
@@ -12,7 +17,6 @@
1217

1318
## 0.15.1
1419

15-
- Drop support for Flutter 3.7 (#1250)
1620
- Add support for `currentcolor` (#1240)
1721
- Fix zero size image (#1266)
1822
- Replace webview timers with ResizeObserver (#1241)

packages/enhanced/README.md

Lines changed: 3 additions & 2 deletions
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.3
30+
flutter_widget_from_html: ^0.16.0
3131
```
3232
3333
### Platform specific configuration
@@ -166,12 +166,13 @@ These tags and their contents will be ignored:
166166
- In `flex` mode:
167167
- flex-direction: column/row
168168
- align-items: flex-start/flex-end/center/baseline/stretch
169+
- gap: value in `em`, `%`, `pt` and `px`
169170
- justify-content: flex-start/flex-end/center/space-between/space-around/space-evenly
170171
- font-family
171172
- font-size: absolute (e.g. `xx-large`), relative (`larger`, `smaller`) or values in `em`, `%`, `pt` and `px`
172173
- font-style: italic/normal
173174
- font-weight: bold/normal/100..900
174-
- line-height: `normal`, number or values in `em`, `%`, `pt` and `px`
175+
- line-height: `normal`, number or value in `em`, `%`, `pt` and `px`
175176
- margin: 4 values, 2 values or 1 value in `em`, `pt` and `px`
176177
- margin-top, margin-right, margin-bottom, margin-left
177178
- margin-block-start, margin-block-end

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.3
2+
version: 0.16.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)