Skip to content

Commit 46d6ad5

Browse files
committed
[core] v0.10.4
1 parent 35245cc commit 46d6ad5

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/core/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/core/README.md

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

1818
```yaml
1919
dependencies:
20-
flutter_widget_from_html_core: ^0.10.3
20+
flutter_widget_from_html_core: ^0.10.4
2121
```
2222
2323
## Usage

packages/core/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_core
2-
version: 0.10.3
2+
version: 0.10.4
33
description: Flutter package to render html as widgets that focuses on correctness and extensibility.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core
55

packages/enhanced/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_widget_from_html_core: ^0.10.3
13+
flutter_widget_from_html_core: ^0.10.4
1414
fwfh_cached_network_image: ^0.7.0+5
1515
fwfh_chewie: ^0.7.1+2
1616
fwfh_just_audio: ^0.9.0+2

0 commit comments

Comments
 (0)