flutter_pushed_messaging 1.5.1
flutter_pushed_messaging: ^1.5.1 copied to clipboard
A Flutter plugin for use Pushed messaging system.
1.5.1 #
- Fixed a bug that occurs on some devices when working with Hpk.
1.5.0 #
- The principle of operation of the plugin in the backround has been changed.
1.4.0 #
- Added RuStore support.
1.3.0 #
- Added Fcm and Hpk support.
1.2.0 #
- Added iOS support.
- The SHEDULE_EXACT_ALARM permission is no longer required for the plugin to work for Android.
1.1.0 #
- Bumped
compileSdk
to 34. - Updated
compileSdk
andtargetSdkVersion
of example app to 34. - Flutter SDK version will be bumped to make it easier to maintain the plugin.
- Update a dependency to the latest release.
- Added a mechanism for confirming the delivery of a message.
- ClientTokens can now be deleted if they are not used for a long time. And in this case, they will be updated.
- Added logging of the service in the debug mode (FlutterPushedMessaging.getLog()).
1.0.4 #
- Minor fixes
1.0.1 #
- Initial release.