Skip to content

Commit 1632678

Browse files
committed
[fwfh_svg] v0.7.0
1 parent 75c4a3d commit 1632678

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/fwfh_svg/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.0-dev.2021051501
1+
## 0.7.0
22

33
- Add support for flutter_widget_from_html_core@0.7.0
44

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

packages/fwfh_svg/pubspec.yaml

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

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

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313
flutter_svg: ">=0.21.0 <0.23.0"
14-
flutter_widget_from_html_core: ^0.7.0-0
14+
flutter_widget_from_html_core: ^0.7.0
1515

1616
dependency_overrides:
1717
flutter_widget_from_html_core:

0 commit comments

Comments
 (0)