![]() |
VOOZH | about |
dotnet add package Plugin.LocalNotification --version 14.1.1
NuGet\Install-Package Plugin.LocalNotification -Version 14.1.1
<PackageReference Include="Plugin.LocalNotification" Version="14.1.1" />
<PackageVersion Include="Plugin.LocalNotification" Version="14.1.1" />Directory.Packages.props
<PackageReference Include="Plugin.LocalNotification" />Project file
paket add Plugin.LocalNotification --version 14.1.1
#r "nuget: Plugin.LocalNotification, 14.1.1"
#:package Plugin.LocalNotification@14.1.1
#addin nuget:?package=Plugin.LocalNotification&version=14.1.1Install as a Cake Addin
#tool nuget:?package=Plugin.LocalNotification&version=14.1.1Install as a Cake Tool
The local notification plugin provides a way to display local notifications in .NET MAUI apps.
Plugin.LocalNotification Available on
| Feature | net10.0-ios | net10.0-android |
|---|---|---|
| Build SDK | >= 15 | >= API 36 |
| Supported OS Version | >= 15 | >= API 21 |
| Title | ✅ | ✅ |
| Description | ✅ | ✅ |
| Subtitle | ✅ | ✅ |
| Schedule | ✅ | ✅ |
| Repeat | ✅ | ✅ |
| Custom Sounds | ✅ | ✅ |
| Images | ✅ | ✅ |
| Notification Actions | ✅ | ✅ |
| Clear Delivered Notifications | ✅ | ✅ |
| Get Pending Notifications | ✅ | ✅ |
| Get Delivered Notifications | ✅ | ✅ |
| Location Notifications | ✅ | ✅ |
| App Launch Detection | ✅ | ✅ |
| Notification Channels | ❌ | ✅ |
| Notification Styles (Inbox, Messaging, BigText, BigPicture) | ❌ | ✅ |
| Chronometer / Timer Display | ❌ | ✅ |
| Colorized Notifications | ❌ | ✅ |
| Audio Attribute (sound routing control) | ❌ | ✅ |
| LED Lighting (colour + blink timing) | ❌ | ✅ |
| Foreground Service (persistent background-work notification) | ❌ | ✅ |
| Guide | Description |
|---|---|
| Notification Channels | Create and manage notification channels (API 26+) |
| Notification Styles | Inbox, Messaging, Chronometer, Colorized, Audio Attributes, LED |
| Notification Groups | Group related notifications under a summary |
| Icon Customisation | Custom small and large notification icons |
| Foreground Service | Persistent notification while background work is running |
<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 | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-android36.0 net10.0-android36.0 is compatible. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-ios26.0 net10.0-ios26.0 is compatible. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-maccatalyst26.0 net10.0-maccatalyst26.0 is compatible. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. net10.0-windows10.0.19041 net10.0-windows10.0.19041 is compatible. |
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
|