native_push 1.0.5 native_push: ^1.0.5 copied to clipboard
The Native Push Plugin is a Flutter plugin that provides seamless integration of push notifications across different platforms including Android, iOS, macOS, and Web.
1.0.0 #
- Initial release with support for Android, iOS, macOS and web.
1.0.1 #
- Fix bug in android which threw an exception when trying to get notification token
1.0.2 #
- Fix bug in android which threw an exception when trying to initialize the plugin multiple times (also happens on hot restart)
1.0.3 #
- Update dependencies
1.0.4 #
- Fix bug in android which caused to always pass the same notification data to flutter
1.0.5 #
- Fix a bug which led the android app crash on versions below Android 10