Closed marcusts closed 1 year ago
Permissions is included in .NET MAUI directly with the built in Permissions API of .NET MAUI Essentials! I would highly recommend upgrading to that ;)
I don't see much value in my plugin now that it is included in the box.
MAUI include this? What is the API
@Seanxwy every single API from Xamarin.Essentials is in .NET MAUI -> https://docs.microsoft.com/en-us/xamarin/essentials/
using Microsoft.Maui.Essentials;
I am starting to port my test app to Maui, but of course, none of the NuGets are compatible! I am wondering if/when you intend to fork/port your own work to Maui.
Thank you for the years of great work.