leanflutter / local_notifier

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

[macOS] NSUserNotificationCenter is deprecated #13

Closed cbenhagen closed 2 years ago

cbenhagen commented 2 years ago

While checking the docs on another issue, I stumbled on the deprecation warning. Apple recomends to use the User Notifications framework instead.

lijy91 commented 2 years ago

The minimum required system version of the User Notifications framework is 10.14+, which may make the plugin not better compatible with older versions of macOS

cbenhagen commented 2 years ago

True, Flutter supports 10.11+ so maybe there could be a different implementation using NSUserNotificationCenter for users below 10.14?