MaikuB/flutter_local_notifications

Desktop support (Linux, Windows)

Open

#746 opened on Aug 7, 2020

View on GitHub
 (69 comments) (40 reactions) (0 assignees)Dart (2,208 stars) (1,187 forks)batch import
help wanted

Description

I see that you are trying to implement macOS support and it would be appropriate to add Windows and Linux as well. Windows has a native Win32 API, while Linux uses libnotify library, which covers cases for different desktop environments.

  • Linux
  • Windows

Contributor guide