File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) |
Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments