Skip to content

Commit 1ee578d

Browse files
committed
[fwfh_svg] v0.7.1
1 parent a1e1699 commit 1ee578d

File tree

13 files changed

+17
-7
lines changed

13 files changed

+17
-7
lines changed

.gitignore

-3
This file was deleted.

packages/core/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

packages/enhanced/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

packages/enhanced/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter package to render html as widgets that supports hyperlink,
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

66
environment:
7-
flutter: ">=2.2.0"
7+
flutter: ">=2.5.0"
88
sdk: ">=2.12.0 <3.0.0"
99

1010
dependencies:
@@ -14,7 +14,7 @@ dependencies:
1414
fwfh_cached_network_image: ^0.7.0+1
1515
fwfh_chewie: ^0.7.0+1
1616
fwfh_just_audio: ^0.6.2+2
17-
fwfh_svg: ^0.7.0+1
17+
fwfh_svg: ^0.7.1
1818
fwfh_url_launcher: ^0.6.1+3
1919
fwfh_webview: ^0.6.1+3
2020
html: ^0.15.0

packages/fwfh_cached_network_image/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

packages/fwfh_chewie/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

packages/fwfh_just_audio/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

packages/fwfh_svg/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

packages/fwfh_svg/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.7.1
2+
3+
- Add support for [email protected] (#611)
4+
- Add support for web platform
5+
16
## 0.7.0+1
27

38
- Update for Flutter 2.5 (#587)

packages/fwfh_svg/README.md

+1-1
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.7.0
17+
fwfh_svg: ^0.7.1
1818
```
1919
2020
## Usage

packages/fwfh_svg/pubspec.yaml

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

packages/fwfh_url_launcher/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

packages/fwfh_webview/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/
12
pubspec.lock
23

34
# Miscellaneous

0 commit comments

Comments
 (0)