Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions demo_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,14 @@ packages:
path: "../packages/enhanced"
relative: true
source: path
version: "0.15.3"
version: "0.16.0"
flutter_widget_from_html_core:
dependency: "direct main"
description:
path: "../packages/core"
relative: true
source: path
version: "0.15.2"
version: "0.16.0"
frontend_server_client:
dependency: transitive
description:
Expand All @@ -316,42 +316,42 @@ packages:
path: "../packages/fwfh_cached_network_image"
relative: true
source: path
version: "0.14.3"
version: "0.16.0"
fwfh_chewie:
dependency: "direct main"
description:
path: "../packages/fwfh_chewie"
relative: true
source: path
version: "0.14.8"
version: "0.16.0"
fwfh_just_audio:
dependency: "direct overridden"
description:
path: "../packages/fwfh_just_audio"
relative: true
source: path
version: "0.15.2"
version: "0.16.0"
fwfh_svg:
dependency: "direct overridden"
description:
path: "../packages/fwfh_svg"
relative: true
source: path
version: "0.8.3"
version: "0.16.0"
fwfh_url_launcher:
dependency: "direct overridden"
description:
path: "../packages/fwfh_url_launcher"
relative: true
source: path
version: "0.9.1"
version: "0.16.0"
fwfh_webview:
dependency: "direct main"
description:
path: "../packages/fwfh_webview"
relative: true
source: path
version: "0.15.3"
version: "0.15.4"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -1169,10 +1169,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: daf97c9d80197ed7b619040e86c8ab9a9dad285e7671ee7390f9180cc828a51e
sha256: b89e6e24d1454e149ab20fbb225af58660f0c0bf4475544650700d8e2da54aef
url: "https://pub.dev"
source: hosted
version: "5.10.1"
version: "5.11.0"
xdg_directories:
dependency: transitive
description:
Expand Down
7 changes: 6 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.0

- Requires Flutter 3.22 (#1403)
- Add support for CSS `gap` (#1403)

## 0.15.2

- Add support for Flutter 3.24 (#1308)
Expand All @@ -7,7 +12,7 @@

## 0.15.1

- Drop support for Flutter 3.7 (#1250)
- Requires Flutter 3.10 (#1250)
- Add support for `currentcolor` (#1240)
- Fix zero size image (#1266)

Expand Down
5 changes: 3 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your app's `pubspec.yaml` file:

```yaml
dependencies:
flutter_widget_from_html_core: ^0.15.2
flutter_widget_from_html_core: ^0.16.0
```

## Usage
Expand Down Expand Up @@ -146,12 +146,13 @@ These tags and their contents will be ignored:
- In `flex` mode:
- flex-direction: column/row
- align-items: flex-start/flex-end/center/baseline/stretch
- gap: value in `em`, `%`, `pt` and `px`
- justify-content: flex-start/flex-end/center/space-between/space-around/space-evenly
- font-family
- font-size: absolute (e.g. `xx-large`), relative (`larger`, `smaller`) or values in `em`, `%`, `pt` and `px`
- font-style: italic/normal
- font-weight: bold/normal/100..900
- line-height: `normal`, number or values in `em`, `%`, `pt` and `px`
- line-height: `normal`, number or value in `em`, `%`, `pt` and `px`
- margin: 4 values, 2 values or 1 value in `em`, `pt` and `px`
- margin-top, margin-right, margin-bottom, margin-left
- margin-block-start, margin-block-end
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_widget_from_html_core
version: 0.15.2
version: 0.16.0
description: Flutter package to render html as widgets that focuses on correctness and extensibility.
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core

Expand Down
6 changes: 5 additions & 1 deletion packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.0

- Requires Flutter 3.22 (#1403)
- Add support for CSS `gap` (#1403)

## 0.15.3

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

## 0.15.1

- Drop support for Flutter 3.7 (#1250)
- Add support for `currentcolor` (#1240)
- Fix zero size image (#1266)
- Replace webview timers with ResizeObserver (#1241)
Expand Down
5 changes: 3 additions & 2 deletions packages/enhanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add this to your app's `pubspec.yaml` file:

```yaml
dependencies:
flutter_widget_from_html: ^0.15.3
flutter_widget_from_html: ^0.16.0
```

### Platform specific configuration
Expand Down Expand Up @@ -166,12 +166,13 @@ These tags and their contents will be ignored:
- In `flex` mode:
- flex-direction: column/row
- align-items: flex-start/flex-end/center/baseline/stretch
- gap: value in `em`, `%`, `pt` and `px`
- justify-content: flex-start/flex-end/center/space-between/space-around/space-evenly
- font-family
- font-size: absolute (e.g. `xx-large`), relative (`larger`, `smaller`) or values in `em`, `%`, `pt` and `px`
- font-style: italic/normal
- font-weight: bold/normal/100..900
- line-height: `normal`, number or values in `em`, `%`, `pt` and `px`
- line-height: `normal`, number or value in `em`, `%`, `pt` and `px`
- margin: 4 values, 2 values or 1 value in `em`, `pt` and `px`
- margin-top, margin-right, margin-bottom, margin-left
- margin-block-start, margin-block-end
Expand Down
24 changes: 14 additions & 10 deletions packages/enhanced/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: flutter_widget_from_html
version: 0.15.3
version: 0.16.0
description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
homepage: https://github.com/daohoangson/flutter_widget_from_html

environment:
flutter: ">=3.16.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.22.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
flutter_widget_from_html_core: ^0.15.2
fwfh_cached_network_image: ^0.14.3
fwfh_chewie: ^0.14.8
fwfh_just_audio: ^0.15.2
fwfh_svg: ^0.8.3
fwfh_url_launcher: ^0.9.1
fwfh_webview: ^0.15.3
flutter_widget_from_html_core: ^0.16.0
fwfh_cached_network_image: ^0.16.0
fwfh_chewie: ^0.16.0
fwfh_just_audio: ^0.16.0
fwfh_svg: ^0.16.0
fwfh_url_launcher: ^0.16.0
fwfh_webview: ^0.15.4
html: ^0.15.0

dependency_overrides:
Expand All @@ -36,6 +36,10 @@ dependency_overrides:
path: ../fwfh_webview

dev_dependencies:
# trick [email protected] to use [email protected]
# otherwise it will install v1.8.7 which is in fact incompatible with [email protected]
# TODO: remove this when our minimum Flutter version >= 3.24
chewie: ^1.7.5
file:
flutter_test:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions packages/fwfh_cached_network_image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.0

- Requires Flutter 3.10 (#1396)
- Add support for [email protected] (#1405)

## 0.14.3

- Add support for [email protected] (#1269)
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_cached_network_image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this to your app's `pubspec.yaml` file:
```yaml
dependencies:
flutter_widget_from_html_core: any
fwfh_cached_network_image: ^0.14.3
fwfh_cached_network_image: ^0.16.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fwfh_cached_network_image/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwfh_cached_network_image
version: 0.14.3
version: 0.16.0
description: WidgetFactory extension to render IMG with cached_network_image plugin.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_cache_manager: ^3.0.0
flutter_widget_from_html_core: ">=0.8.0 <0.16.0"
flutter_widget_from_html_core: ">=0.8.0 <0.17.0"

dependency_overrides:
flutter_widget_from_html_core:
Expand Down
5 changes: 5 additions & 0 deletions packages/fwfh_chewie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.0

- Requires Flutter 3.10 (#1396)
- Add support for [email protected] (#1405)

## 0.14.8

- Add support for [email protected] (#1269)
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_chewie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
```yaml
dependencies:
flutter_widget_from_html_core: any
fwfh_chewie: ^0.14.8
fwfh_chewie: ^0.16.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fwfh_chewie/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwfh_chewie
version: 0.14.8
version: 0.16.0
description: WidgetFactory extension to render VIDEO with the chewie plugin.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -11,7 +11,7 @@ dependencies:
chewie: ^1.3.0
flutter:
sdk: flutter
flutter_widget_from_html_core: ">=0.14.2 <0.16.0"
flutter_widget_from_html_core: ">=0.14.2 <0.17.0"
video_player: ^2.2.9

dependency_overrides:
Expand Down
7 changes: 6 additions & 1 deletion packages/fwfh_just_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## 0.16.0

- Requires Flutter 3.10 (#1396)
- Add support for [email protected] (#1405)

## 0.15.2

- Fix unnamed function parameters (#1309, authored by hassony105)

## 0.15.1

- Drop support for Flutter@3.7 (#1250)
- Requires Flutter 3.10 (#1250)
- Add support for [email protected] (#1269)

## 0.14.3
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_just_audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
```yaml
dependencies:
flutter_widget_from_html_core: any
fwfh_just_audio: ^0.15.2
fwfh_just_audio: ^0.16.0
```

### Platform specific configuration
Expand Down
4 changes: 2 additions & 2 deletions packages/fwfh_just_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwfh_just_audio
version: 0.15.2
version: 0.16.0
description: WidgetFactory extension to render AUDIO with the just_audio plugin.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_widget_from_html_core: ">=0.8.0 <0.16.0"
flutter_widget_from_html_core: ">=0.8.0 <0.17.0"
just_audio: ">=0.9.0 <0.10.0"

dependency_overrides:
Expand Down
5 changes: 5 additions & 0 deletions packages/fwfh_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.0

- Requires Flutter 3.10 (#1396)
- Add support for [email protected] (#1405)

## 0.8.3

- Fix unnamed function parameters (#1309, authored by hassony105)
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_svg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this to your app's `pubspec.yaml` file:
```yaml
dependencies:
flutter_widget_from_html_core: any
fwfh_svg: ^0.8.3
fwfh_svg: ^0.16.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fwfh_svg/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwfh_svg
version: 0.8.3
version: 0.16.0
description: WidgetFactory extension to render SVG with flutter_svg plugin.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.0
flutter_widget_from_html_core: ">=0.8.0 <0.16.0"
flutter_widget_from_html_core: ">=0.8.0 <0.17.0"

dependency_overrides:
flutter_widget_from_html_core:
Expand Down
5 changes: 5 additions & 0 deletions packages/fwfh_url_launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.16.0

- Requires Flutter 3.10 (#1396)
- Add support for [email protected] (#1405)

## 0.9.1

- Add support for [email protected] (#1269)
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_url_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add this to your app's `pubspec.yaml` file:
```yaml
dependencies:
flutter_widget_from_html_core: any
fwfh_url_launcher: ^0.9.1
fwfh_url_launcher: ^0.16.0
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fwfh_url_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwfh_url_launcher
version: 0.9.1
version: 0.16.0
description: WidgetFactory extension to launch A tag via url_launcher plugin.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_widget_from_html_core: ">=0.8.0 <0.16.0"
flutter_widget_from_html_core: ">=0.8.0 <0.17.0"
url_launcher: ^6.1.0

dependency_overrides:
Expand Down
4 changes: 4 additions & 0 deletions packages/fwfh_webview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.4

- Add support for [email protected] (#1405)

## 0.15.3

- Add support for webview_flutter_android@4 (#1366)
Expand Down
Loading