Releases: OneSignal/OneSignal-Flutter-SDK
Releases · OneSignal/OneSignal-Flutter-SDK
3.3.0 Release
Release Notes
- Use
ActivityAware
to get the Activity context which fixes an issue where the app is sensed incorrectly as in the background by @nan-li in #534 - Add in-app message lifecycle handler by @tanaynigam in #531
- Add missing
fallbackToSettings
argument on native iOS side by @slawekkrol in #523 - Add iOS only
setLaunchURLsInApp
function by @nan-li in #542
Native SDK Updates
- Update to OneSignal-Android-SDK 4.7.0
- Update to OneSignal-iOS-SDK 3.10.1
Full Changelog: 3.2.8...3.3.0
3.2.8 Release
Release Notes
- Remove dependency on jcenter by @jkasten2 in #518
- Fix CI issue by @iAmWillShepherd in #524
- Make license file compatible with tools like LicenseBat by @iAmWillShepherd in #527
- Updated to OneSignal-iOS-SDK 3.10.0
- Updated to OneSignal-Android-SDK 4.6.6
- Resolves #494
Full Changelog: 3.2.7...3.2.8
3.2.7 Release
Native SDK Versions Update
- iOS Version 3.9.1
- This fix release adds back arm64 simulator and maccatalyst architectures the OneSignalXCFramework
3.2.6 Release
Native SDK Versions Update
3.2.5 Release
Release notes
Updated Android-OneSignal-SDK to 4.6.2
- Fix outside package target activities (Launch URL) not opening when notification is tapped on.
- Regression bug introduced in the OneSignal-Flutter-SDK 3.2.1
- Update
work-runtime
version to[2.1.0, 2.7.99]
, 2.7.0 is required for apps withtargetSdkVersion
31 (Android 12) - Match and fix any external id that has escaped forward slashes
- Notification background image template fixes for RTL
- Prevent crash when device has no WebView installed. (
MissingWebViewPackageException
)
See OneSignal-Android-SDK 4.6.2 for more details
3.2.4 Release
3.2.3 Release
Native SDK Versions Update
3.2.2 Release
Release Notes
- Fixing OSDeviceState using wrong json keys for
pushDisabled
andsubscribed
#468
Native SDK Versions Update
3.2.1 Release
3.2.0 Release
Release Notes
- Re-expose notificationPermissionStatus #450
- Expose setLanguage method #452
- Remove path from pubspec.yaml, it isn't valid #456
- Example Switch to iOS pod version range #457
- Return SMS user id instead of number #446
- Handle handlers more than one response #445
- Clean handler before set #443