Releases: RodrigoSMarques/flutter_branch_sdk
Releases · RodrigoSMarques/flutter_branch_sdk
Release 6.5.0
- Updated Native
iOSSDK:- iOS Native SDK Update 2.0.0 - iOS Version History
Release 6.4.0
-
Fix issue #193:
Flutter app won't get notified about the quick link event if the app is at foreground on Android devices -
New Methods:
addFacebookPartnerParameter- See documentation on partner parameters for details.clearPartnerParameter- Clears all Partner ParameterssetPreinstallCampaign- Add the pre-install campaign analyticssetPreinstallPartner- Add the pre-install campaign analytics
-
Updated Native
iOSSDK:- iOS Native SDK Update 1.45.0 - iOS Version History
Note: Requires Xcode 14+
Release 6.3.0
Release 6.2.1
6.2.1
- Fix issue #181: `Calling the getLastAttributedTouchData() exit with exception on IOS 15.7
Release 6.2.0
- Update
BranchStandardEventlist
Release 6.0.0
6.0.0
BREAKING CHANGE
- Minimum required Dart SDK version to 2.17 (Flutter 3.0)
- Removed deprecated methods:
initWebloadRewardsredeemRewardsgetCreditHistory
Enhancement
- New Methods:
getQRCodeAsDatagetQRCodeAsImageshareWithLPLinkMetadata
- General improvements in code
- Fix analyzer code style warnings
- Updated Native
AndroidandiOSSDKs:- Android Native SDK Update 5.2.+ - Android Version History
- iOS Native SDK Update 1.43.+ - iOS Version History
Release 5.1.1
- Updated Native
AndroidSDK:- Android Native SDK Update 5.1.5 - Android Version History
- Removed dependencies:
flutter_lints(not in used)
Release 5.1.0
- Fix issue #143: Infinite loop with POST requests when offline
- Fix issue #146: clicked_branch_link is to true when app is opened from deeplink and then putted in background and reopened
- Fix issue #113: Fatal Exception: java.lang.IllegalStateException Reply already submitted
- New Method
getLastAttributedTouchData - Updated Native
AndroidandiOSSDKs:- Android Native SDK Update 5.1.4 - Android Version History
- iOS Native SDK Update 1.42.0 - iOS Version History
Release 5.0.0
BREAKING CHANGE:
-
FlutterBranchSdk.initWebdeprecated. -
Branch for Flutter Web initialized in
index.html, seeWeb Integrationsection -
FlutterBranchSdk.trackContentmethod changed to accept List of Branch Universal Object :Before:
FlutterBranchSdk.trackContent( buo: buo, branchEvent: event );
After:
FlutterBranchSdk.trackContent( buo: [buo], branchEvent: event );
-
Updated Native
AndroidandiOSSDKs:-
Android Native SDK Update 5.1.0 - Android Version History
-
iOS Native SDK Update 1.41.0 - iOS Version History
-
Release 4.0.0
- Migrate maven repository from jcenter to mavenCentral.
- Updated compile & target SDK to Android API 31.
- Updated minSdkVersion to Android API 21.
- Updated example app Android compileSdkVersion to 31.
- Removed support for the V1 Android embedding.
- Deprecate Referral rewards SDK Methods (loadRewards, redeemRewards, getCreditHistory)
- Removed Referral rewards SDK Methods from example app
- Updated Native
AndroidandiOSSDKs:
**Android Native SDK Update 5.0.15 - Android Version History
**iOS Native SDK Update 1.40.2 - iOS Version History