-
Notifications
You must be signed in to change notification settings - Fork 340
Description
Is your feature request related to a problem? Please describe.
When creating a Flutter project, there are several options as for the template. One of them is "Skeleton Application". However, this template has been removed from flutter create at the end of 2024 (see skeleton template removal).
Describe the solution you'd like
As this option doesn't exist in flutter create anymore, it should probably be removed from the choices in project creation from the Flutter plugin as well.
Describe alternatives you've considered
If too many people still use older versions of Flutter that still provide the (working) option for "Skeleton Templates", removing it could be postponed.
It could also be synched with the removal of the [skeleton] template option from the flutter create command, which is still present (but only shows a message instead of creating a project).