Flutter SDK Release Notes
1.10.0
Section titled “1.10.0”- Added push notification buttons
- Android SDK update (1.8.4) Release Note
- iOS SDK update (1.9.2) Release Note
- [Important change] Starting with version 1.9.0, iOS swizzling is forcibly disabled.
- If any required methods are not implemented, some push notification behaviors may not work.
- Please review the integration guide again from the beginning to verify any unimplemented methods and test them.
- Stabilized sequential task processing through an internal queue
- Android SDK update (1.7.1)
- iOS SDK update (1.7.1)
- Added in-app messages
- Guaranteed execution of functions called before
init, regardless of order
- Ended support for the
getTagsanddeleteTagsfunctions - Changed
setTagsto allow a null value as an argument - Upgraded Android SDK to 1.6.1
- Added support for the iOS Privacy Manifest
[Important change] Added automatic URL handling
- If you already have your own click handler implemented, it may run together with the automatic handling and cause duplicate execution. In that case, refer to Disabling automatic URL handling to turn off automatic handling.
Added JavaScript bridge code for web views
- For hybrid apps that use a web view, the Mobile SDK is compatible with the FlareLane Web SDK and can catch functions called from the Web SDK.
Removed functions
setIsSubscribed()-> Usesubscribe()orunsubscribe()
Renamed functions
setNotificationConvertedHandler()->setNotificationClickedHandler()
Added a handler for receiving notifications in the foreground
setNotificationForegroundReceivedHandler()
[Android] Removed property
NotificationManager.accentColor-> Add the color tovalues/strings.xml
[Android] accentColor and Channel Name can now be changed via values/strings.xml
flarelane_notification_accent_colorflarelane_default_channel_name
Notification permission request timing can now be controlled via an initialization option
- Added
bool requestPermissionOnLaunchas the third parameter ofinitWithContext()
New functions
subscribe()- Use thefallbackToSettingsparameter to navigate to the settings screen when the permission popup cannot be shownunsubscribe()
New functions
trackEvent()getTags()
Added support for the Android OS 13 notification permission popup