leanflutter / local_notifier

This plugin allows Flutter desktop apps to notify local notifications.
MIT License
71 stars 30 forks source link

Support all win platform #21

Open nikohpng opened 1 year ago

nikohpng commented 1 year ago

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

I think that this is so cool.

Because of the company, I can't open source code, but I can provide some ideas if you need support

Of course, my implementation is not perfect. For example, circular sawtooth, key flashing, etc