VOOZH about

URL: https://www.nuget.org/packages/Plugin.LocalNotification/12.0.2

⇱ NuGet Gallery | Plugin.LocalNotification 12.0.2




👁 Image
Plugin.LocalNotification 12.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Plugin.LocalNotification --version 12.0.2
 
 
NuGet\Install-Package Plugin.LocalNotification -Version 12.0.2
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Plugin.LocalNotification" Version="12.0.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Plugin.LocalNotification" Version="12.0.2" />
 
Directory.Packages.props
<PackageReference Include="Plugin.LocalNotification" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Plugin.LocalNotification --version 12.0.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Plugin.LocalNotification, 12.0.2"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Plugin.LocalNotification@12.0.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Plugin.LocalNotification&version=12.0.2
 
Install as a Cake Addin
#tool nuget:?package=Plugin.LocalNotification&version=12.0.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 icon64

👁 CI
👁 NuGet
👁 NuGet

Plugin.LocalNotification

The local notification plugin provides a way to show local notifications from Xamarin.Forms / .Net MAUI apps.

Setup

  • Plugin.LocalNotification Available on NuGet: https://www.nuget.org/packages/Plugin.LocalNotification
  • .Net MAUI
    • Install Version 10.0.0 above
    • Install into your project
  • Xamarin.Forms (Support ended on May 1, 2024)
    • Install Version 11.0.0 below
    • Install into your platform-specific projects (iOS/Android), and any .NET Standard 2.0/2.1 projects required for your app.

Platform Support

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

Usage

Screen Record

<img src="https://raw.githubusercontent.com/thudugala/Plugin.LocalNotification/60c9342ba866b1af1278c273f3d41a168901e4ff/Screenshots/screenRecord.gif" alt="Screen Record" width="512px" >

Video

Xamarin.Forms (Support ended on May 1, 2024)

.Net MAUI

SourceLink Support

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

Limitations

Only support <b>iOS</b> and <b>Android</b> for the moment.

Contributing

Contributions are welcome. Feel free to file issues and pull requests on the repo and they'll be reviewed as time permits.

Thank you

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

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.

GitHub repositories (4)

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
Version Downloads Last Updated
14.1.1 3,363 6/6/2026
14.1.0 16,203 3/29/2026
14.0.0 2,691 3/23/2026
13.0.0 47,650 11/30/2025
12.0.2 79,982 7/27/2025
11.1.4 219,087 7/8/2024
10.2.0-preview01 993 2/21/2024
Loading failed