- Breaking change the
SelectNotificationCallbacktypedef now maps to a function that returnsvoidinstead of aFuture<dynamic>. This change was done to better communicate the plugin doesn't actually await any asynchronous computation and is similar to how button pressed callbacks work for Flutter where they are typically useVoidCallback - Updated example app to show how to display notification where a byte array is used to specify the icon on Linux