From bd65732cd2f7c8129400f302616bc37a0f9f6b87 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Thu, 7 Nov 2024 11:11:27 -0500 Subject: [PATCH] Add recently imported packages to issue template (#158324) Adds path_parsing, vector_graphics, and flutter_svg to the list of 1P packages to select from when reporting issues. (vector_graphics_codec/compiler and flutter_svg_test are not listed separately since they are conceptually part of a package group, not unlike federated plugin packages.) --- .github/ISSUE_TEMPLATE/9_first_party_packages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml index 0a1d77d601..645d625b11 100644 --- a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml +++ b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml @@ -41,6 +41,7 @@ body: - flutter_markdown - flutter_migrate - flutter_plugin_android_lifecycle + - flutter_svg - flutter_template_images - go_router - go_router_builder @@ -55,6 +56,7 @@ body: - metrics_center - multicast_dns - palette_generator + - path_parsing - path_provider - pigeon - plugin_platform_interface @@ -66,6 +68,7 @@ body: - standard_message_codec - two_dimensional_scrollables - url_launcher + - vector_graphics - video_player - web_benchmarks - webview_flutter