Skip to content

Commit 6701735

Browse files
committed
Update renovate.json to fwfh_svg
1 parent 2998b9b commit 6701735

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ This repo contains the source code for everything `HtmlWidget`-related.
77

88
| Name | Link |
99
| ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
10-
| [flutter_widget_from_html_core](./packages/core/) | [![pub package](https://img.shields.io/pub/v/flutter_widget_from_html_core.svg)](https://pub.dev/packages/flutter_widget_from_html_core) |
1110
| [flutter_widget_from_html](./packages/enhanced/) | [![pub package](https://img.shields.io/pub/v/flutter_widget_from_html.svg)](https://pub.dev/packages/flutter_widget_from_html) |
11+
| [flutter_widget_from_html_core](./packages/core/) | [![pub package](https://img.shields.io/pub/v/flutter_widget_from_html_core.svg)](https://pub.dev/packages/flutter_widget_from_html_core) |
1212
| [fwfh_cached_network_image](./packages/fwfh_cached_network_image/) | [![pub package](https://img.shields.io/pub/v/fwfh_cached_network_image.svg)](https://pub.dev/packages/fwfh_cached_network_image) |
1313
| [fwfh_chewie](./packages/fwfh_chewie/) | [![pub package](https://img.shields.io/pub/v/fwfh_chewie.svg)](https://pub.dev/packages/fwfh_chewie) |
1414
| [fwfh_just_audio](./packages/fwfh_just_audio/) | [![pub package](https://img.shields.io/pub/v/fwfh_just_audio.svg)](https://pub.dev/packages/fwfh_just_audio) |
15+
| [fwfh_svg](./packages/fwfh_svg/) | [![pub package](https://img.shields.io/pub/v/fwfh_svg.svg)](https://pub.dev/packages/fwfh_svg) |
1516
| [fwfh_url_launcher](./packages/fwfh_url_launcher/) | [![pub package](https://img.shields.io/pub/v/fwfh_url_launcher.svg)](https://pub.dev/packages/fwfh_url_launcher) |
1617
| [fwfh_webview](./packages/fwfh_webview/) | [![pub package](https://img.shields.io/pub/v/fwfh_webview.svg)](https://pub.dev/packages/fwfh_webview) |
1718
| [Demo app](./demo_app/) | https://demo.fwfh.dev, [supported/tags.html](https://demo.fwfh.dev/supported/tags.html) |

renovate.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"extends": [
3-
"config:recommended"
4-
],
2+
"extends": ["config:recommended"],
53
"ignoreDeps": [
64
"flutter_widget_from_html",
75
"flutter_widget_from_html_core",
86
"fwfh_cached_network_image",
97
"fwfh_chewie",
108
"fwfh_just_audio",
9+
"fwfh_svg",
1110
"fwfh_url_launcher",
1211
"fwfh_webview"
1312
]

0 commit comments

Comments
 (0)