jamesmontemagno / PermissionsPlugin

Check and Request Permissions Plugin for Xamarin and Windows
MIT License
282 stars 85 forks source link

Path to Maui? #194

Closed marcusts closed 1 year ago

marcusts commented 3 years ago

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.

jamesmontemagno commented 3 years 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.

Seanxwy commented 2 years ago

MAUI include this? What is the API

jamesmontemagno commented 2 years ago

@Seanxwy every single API from Xamarin.Essentials is in .NET MAUI -> https://docs.microsoft.com/en-us/xamarin/essentials/

using Microsoft.Maui.Essentials;