Skip to content

Commit 0c90093

Browse files
committed
[fwfh_svg] v0.16.0
1 parent 0701bdf commit 0c90093

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

packages/enhanced/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
fwfh_cached_network_image: ^0.16.0
1515
fwfh_chewie: ^0.16.0
1616
fwfh_just_audio: ^0.16.0
17-
fwfh_svg: ^0.8.3
17+
fwfh_svg: ^0.16.0
1818
fwfh_url_launcher: ^0.9.1
1919
fwfh_webview: ^0.15.3
2020
html: ^0.15.0

packages/fwfh_svg/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.16.0
2+
3+
- Requires Flutter 3.10 (#1396)
4+
- Add support for [email protected] (#1405)
5+
16
## 0.8.3
27

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

packages/fwfh_svg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add this to your app's `pubspec.yaml` file:
1414
```yaml
1515
dependencies:
1616
flutter_widget_from_html_core: any
17-
fwfh_svg: ^0.8.3
17+
fwfh_svg: ^0.16.0
1818
```
1919
2020
## Usage

packages/fwfh_svg/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fwfh_svg
2-
version: 0.8.3
2+
version: 0.16.0
33
description: WidgetFactory extension to render SVG with flutter_svg plugin.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
flutter_svg: ^2.0.0
14-
flutter_widget_from_html_core: ">=0.8.0 <0.16.0"
14+
flutter_widget_from_html_core: ">=0.8.0 <0.17.0"
1515

1616
dependency_overrides:
1717
flutter_widget_from_html_core:

0 commit comments

Comments
 (0)