local_notifier icon indicating copy to clipboard operation
local_notifier copied to clipboard

This plugin allows Flutter desktop apps to notify local notifications.

Results 13 local_notifier issues
Sort by recently updated
recently updated
newest added

Code: LocalNotification notification = LocalNotification( title: item.reason, ); notification.show(); xml: \\\\content\\\\\\

Hi! Thanks for useful plugin! Added passing arguments for toast's duration ("short" is about 5 sec) and image path (when it's null, using Text02, either ImageAndText02 template)

since there is no package support web local notify it will be big deal if this package support

I have implemented a pop-up window that supports the whole platform and is perfectly compatible with the current component api. It use win32 api to implemented it. Like this: ![image](https://user-images.githubusercontent.com/27041231/212230378-bd98899b-4658-4004-8164-aa9bd45b7b7b.png)...

As title Release mode opens a new window when the notification is clicked.

Hi, there! I develope flutter application on ubuntu, I want to use local_notifier, but when I run the following command : ~~~cmd sudo apt-get install libnotify-dev ~~~ I got the...

Hi leanflutter, We found a issue after upgrade local_notifier to 1.2 If we call "setup" in main. than call "windowManager.setSkipTaskbar" in initState The application will close. This issue can reproduce...

Is it possible to add buttons on macos notification like it's on windows/linux cause example screenshots are not showing them ![image](https://user-images.githubusercontent.com/79083099/167576230-4d4fafe6-898b-4ff4-9db8-712e9a4f2139.png)

The notifications are working perfectly on Windows, but they are not showing up on macOS. Here are the details of my setup and the issue: The notifications are working perfectly...