![]() |
VOOZH | about |
dotnet add package Plugin.LocalNotification.Geofence --version 1.1.1
NuGet\Install-Package Plugin.LocalNotification.Geofence -Version 1.1.1
<PackageReference Include="Plugin.LocalNotification.Geofence" Version="1.1.1" />
<PackageVersion Include="Plugin.LocalNotification.Geofence" Version="1.1.1" />Directory.Packages.props
<PackageReference Include="Plugin.LocalNotification.Geofence" />Project file
paket add Plugin.LocalNotification.Geofence --version 1.1.1
#r "nuget: Plugin.LocalNotification.Geofence, 1.1.1"
#:package Plugin.LocalNotification.Geofence@1.1.1
#addin nuget:?package=Plugin.LocalNotification.Geofence&version=1.1.1Install as a Cake Addin
#tool nuget:?package=Plugin.LocalNotification.Geofence&version=1.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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.