MaikuB / flutter_local_notifications

A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
2.47k stars 1.4k forks source link

Use FFI for Windows implementation #2360

Closed Levi-Lesches closed 4 days ago

Levi-Lesches commented 4 months ago

A large portion of the Windows code ( see #2349 ) is for serialization to and from the method channel. Part of this can be solved with package:pigeon, but FFI is a better solution in the long run