MaikuB / flutter_local_notifications

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

[flutter_local_notifications_linux] fixed API docs by changing stubbing approach #2393

Closed MaikuB closed 3 weeks ago

MaikuB commented 1 month ago

This fixes an issue on how the API docs for the stub implementation were shown as the docs are generated on a platform that doesn't support FFI. This is resolved by using conditional imports to determine if a stub implementation of the NotificationManager referenced instead

This PR also includes some other fixes to API docs and updated the file name of the NotificationManager class and correspond test file