![]() |
VOOZH | about |
dotnet add package Plugin.LocalNotification --version 12.0.2
NuGet\Install-Package Plugin.LocalNotification -Version 12.0.2
<PackageReference Include="Plugin.LocalNotification" Version="12.0.2" />
<PackageVersion Include="Plugin.LocalNotification" Version="12.0.2" />Directory.Packages.props
<PackageReference Include="Plugin.LocalNotification" />Project file
paket add Plugin.LocalNotification --version 12.0.2
#r "nuget: Plugin.LocalNotification, 12.0.2"
#:package Plugin.LocalNotification@12.0.2
#addin nuget:?package=Plugin.LocalNotification&version=12.0.2Install as a Cake Addin
#tool nuget:?package=Plugin.LocalNotification&version=12.0.2Install as a Cake Tool
The local notification plugin provides a way to show local notifications from Xamarin.Forms / .Net MAUI apps.
Plugin.LocalNotification Available on NuGet: https://www.nuget.org/packages/Plugin.LocalNotification| Feature | Xamarin.iOS | Xamarin.Android | net8.0-ios (>= 11) | net8.0-android (>= 11) |
|---|---|---|---|---|
| Build SDK | >= 10 | >= API 31 | >= 16 | >= API 34 |
| Supported OS Version | >= 10 | >= API 19 | >= 11 | >= API 21 |
| Title | ✅ | ✅ | ✅ | ✅ |
| Description | ✅ | ✅ | ✅ | ✅ |
| Subtitle | ✅ | ✅ | ✅ | ✅ |
| Schedule | ✅ | ✅ | ✅ | ✅ |
| Repeat | ✅ | ✅ | ✅ | ✅ |
| Custom Sounds | ✅ | ✅ | ✅ | ✅ |
| Images | ✅ | ✅ | ✅ | ✅ |
| Notification Actions | ✅ | ✅ | ✅ | ✅ |
| Clear Delivered Notifications | ✅ | ✅ | ✅ | ✅ |
| Get Pending Notifications | ✅ | ✅ | ✅ | ✅ |
| Get Delivered Notifications | ✅ | ✅ | ✅ | ✅ |
| Location Notifications | ✅ | ✅ | ✅ | ✅ |
<img src="https://raw.githubusercontent.com/thudugala/Plugin.LocalNotification/60c9342ba866b1af1278c273f3d41a168901e4ff/Screenshots/screenRecord.gif" alt="Screen Record" width="512px" >
In Visual Studio, confirm that SourceLink is enabled. Also, Turn off "Just My Code" since, well, this isn't your code.
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink
Only support <b>iOS</b> and <b>Android</b> for the moment.
Contributions are welcome. Feel free to file issues and pull requests on the repo and they'll be reviewed as time permits.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-android34.0 net8.0-android34.0 is compatible. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-ios18.0 net8.0-ios18.0 is compatible. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net8.0-windows10.0.19041 net8.0-windows10.0.19041 is compatible. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-android35.0 net9.0-android35.0 is compatible. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-ios18.0 net9.0-ios18.0 is compatible. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net9.0-windows10.0.19041 net9.0-windows10.0.19041 is compatible. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on Plugin.LocalNotification:
| Package | Downloads |
|---|---|
|
Fluker
This package contains common classes and interfaces that are used in other Fluker controls. |
|
|
Fluker.Media
This package contains classes, interfaces, controls and utility for support media like video, pdf and images in the app. It depends on Fluker |
|
|
Fluker.Maps
This package contains support to custom integrations of the system Map platform. It depends on Fluker.Base |
|
|
Fluker.Account.Email
This package contains classes, interfaces, controls and utility for support Users (Login, Registrarion) through email in the app. It depends on Fluker |
|
|
Fluker.Shop.Stripe
This package contains classes, interfaces, controls and utility for integrate a shop system like cart and payments with credit card in the app. It depends on Fluker. |
Showing the top 4 popular GitHub repositories that depend on Plugin.LocalNotification:
| Repository | Stars |
|---|---|
|
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
|
|
|
nalu-development/nalu
Provides .NET MAUI packages to help with everyday challenges
|
|
|
KrawMire/profitocracy
Multi currency personal budget control mobile application following 50-30-20 principle. Created using .NET MAUI
|
|
|
PacktPublishing/.NET-MAUI-Cookbook
.NET MAUI Cookbook, published by Packt
|