You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest implementing a default icon value for notifications on the Windows platform in the flutter_local_notifications plugin. Currently, if no icon is specified, the behavior might lead to unexpected results or require additional handling from developers. Providing a default icon would simplify the implementation process and ensure consistent notification behavior across different applications using this plugin.
This default icon could either be derived from the application's default icon or another appropriate fallback mechanism. It would enhance the developer experience and align with the ease of use expected in Flutter plugins.