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 (1,187 forks)batch import
help wanted

Repository metrics

Stars
 (2,208 stars)
PR merge metrics
 (Avg merge 59m) (4 merged PRs in 30d)

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