unifiedpush_android 2.1.2 unifiedpush_android: ^2.1.2 copied to clipboard
Android implementation of UnifiedPush plugin.
2.1.2 #
- Fix crash when receiving 2+ notifications while starting in background
2.1.1 #
- Fix initialized event
2.1.0 #
- Ensure the engine is intizialed only once
2.0.1 #
- getDistributor returns nullable string
- Ensure only one FlutterEngine is created
- Do not explicitly call _onRegistered in unregisterApp
- Fix getEngine
1.1.2 #
- unset pluginChannel in onDetachedFromEngine()
1.1.1 #
- Use mContext instead of mActivity
1.1.0 #
- Bump android-connector to 2.1.1
- Bump other depencies
- Upgrade compileSdkVersion to 33
1.0.1 #
- Bump android-connector to 2.0.1
1.0.0 #
- Use a platform interface
- Dependency on android-connector has been removed
- Code android side is not needed anymore