-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Roadmap
David Ortinau edited this page Aug 17, 2021
·
50 revisions
For a current status on the progress of porting controls, features, and layouts from Xamarin.Forms to .NET MAUI, visit the status report.
Updated:
- AppThemeBinding
- Layouts - removing shimmed layouts
- Native Application Lifecycle Events
- Frame
Planned:
Planned:
- Bug fixes
- Cross-platform Lifecycle Events
Planned:
- Bug fixes
The following work was originally planned for .NET 6 GA, and through ongoing prioritization has been deferred.
- Mult-window desktop implementation - the API and foundation is present, ready for implementation
- Drawn Design System components - Fluent UI and Material Design themed components you can use with the
Visual
API. This replaces the cut Material Design for iOS components based on the Google library - Handlers for CarouselView, CollectionView, IndicatorView, RefreshView, SwipeView, TabbedPage, and FlyoutPage. These are available using existing renderers
- Native Embedding (Context factory)