You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -23,24 +23,22 @@ A cross platform library that allows you to call for standard user dialogs from
23
23
24
24
## Support Platforms
25
25
26
-
v7.x Supports
27
-
* iOS 8+
28
-
* Android
29
-
* Universal Windows Platform (Win10/UWP)
30
-
* NET Standard 2.0
31
-
32
-
v8.x Supports ONLY .NET 6 target
33
-
* .NET for Android (major target 12)
34
-
* .NET for iOS
35
-
* .NET for MacCatalyst
36
-
37
26
v9.x Supports ONLY .NET 8 target
38
27
* .NET for Android
39
28
* .NET for iOS
40
29
* .NET for MacCatalyst
41
30
42
31
## Setup
43
32
33
+
### MAUI Users
34
+
Install Acr.UserDialogs.Maui from NuGet
35
+
36
+
In your MauiProgram.cs, add the following
37
+
38
+
```csharp
39
+
40
+
```
41
+
44
42
To use, simply reference the nuget package in each of your platform projects. If you are getting issues with System.Drawing.Color, please make sure you are using the latest version of Xamarin
thrownewApplicationException("This plugin only works with .NET 8.0 for Android, iOS, and Mac Catalyst. You are calling this, but it isn't from one of those targets!");
<Description>A cross platform library that allows you to call for standard user dialogs from a shared/portable library. Supports Android, iOS, and UWP</Description>
<Description>A cross platform library that allows you to call for standard user dialogs from a shared/portable library. Supports Android, iOS, and UWP</Description>
0 commit comments