-
Notifications
You must be signed in to change notification settings - Fork 470
Description
Is your feature request related to a problem? Please describe.
The current Template Studio is only available for WinUI 3/UWP/WPF.
When it come to cross-platform, you're kinda on you're own on this with ofcourse some help of the documentation.
This might be tagged as a duplicate of #4117
But having it as a question, I really want this to be proposal and/or enhancement.
That question is from 3 years ago and there is almost to no communication of it going to be a proposal or not.
Describe the solution you'd like
It would be nice to be able to set up a MAUI project with given navigation options.
Adding different types of pages and/or sub pages.
Being able to use MVVM Toolkit or not.
Correctly setting up for Multilanguage support.
This might be a difficult one but custom controls with TemplatedView and ResourceDictionary.
TemplatedView is not as deep documented then ContentView and while they are similar, there is a difference.
Having a basic custom control(s) in a page (e.g. a button).
This would show any developer how to correctly create custom controls without going to the DonNetEvolution or Windows App Community Discord server to ask how to create a custom control with a TemplatedView.
This could take the approach how WinUI 3 handles it Generic.xaml concept.
Describe alternatives you've considered
MAUI App Accelerator does it really well in my opinion.
Additional context
No response
Applies to the following platforms:
- WinUI
- WPF
- UWP