Releases: infobip/mobile-messaging-flutter-plugin
Releases · infobip/mobile-messaging-flutter-plugin
1.2.0
Added
- Support for WebRTC audio and video calls, with built-in user interface.
Fixed
- Android: FCM token reissue
1.1.2
Fixed
- iOS crash on Hot Restart
Changed
- iOS better error descriptions
1.1.1
Fixed
- Getting plugin version for installations
1.1.0
Added
- InAppChat authentication with JSON Web Token.
1.0.0
Changed
- Android minimum SDK level is 19 now
- Minimum Flutter version is 3.3.0+
- Naming of files and events
Fixed
- Plugin events' logging
0.9.3
Added
- option to not start mobileMessaging plugin on iOS - withoutRegisteringForRemoteNotifications.
0.9.2
Fixed
- Bug with using account's location baseUrl on Android.
0.9.1
Fixed
- minor improvement of the android related code connected with asking the permissions
0.9.0
Added
- Android 13 Support
0.8.5
Added
- Added android:exported=true inside example app to correctly run on Android 12
Fixed
- Fix render error inside example app for delete all message storage
Changed
- Added linter
- Reformatted and refactored code according to linter rules
- Remove redundant null checks