- Minimum required Dart SDK version to 2.17 (Flutter 3.0)
- Removed deprecated methods:
initWeb
loadRewards
redeemRewards
getCreditHistory
- New Methods:
getQRCodeAsData
getQRCodeAsImage
shareWithLPLinkMetadata
- General improvements in code
- Fix analyzer code style warnings
- Updated Native
Android
andiOS
SDKs:- Android Native SDK Update 5.2.+ - Android Version History
- iOS Native SDK Update 1.43.+ - iOS Version History
- Updated Native
Android
SDK:- Android Native SDK Update 5.1.5 - Android Version History
- Removed dependencies:
flutter_lints
(not in used)
- 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
Android
andiOS
SDKs:- Android Native SDK Update 5.1.4 - Android Version History
- iOS Native SDK Update 1.42.0 - iOS Version History
###BREAKING CHANGE:
-
FlutterBranchSdk.initWeb
deprecated. -
Branch for Flutter Web initialized in
index.html
, seeWeb Integration
section -
FlutterBranchSdk.trackContent
method changed to accept List of Branch Universal Object :Before:
FlutterBranchSdk.trackContent( buo: buo, branchEvent: event );
After:
FlutterBranchSdk.trackContent( buo: [buo], branchEvent: event );
-
Updated Native
Android
andiOS
SDKs:-
Android Native SDK Update 5.1.0 - Android Version History
-
iOS Native SDK Update 1.41.0 - iOS Version History
-
- 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
Android
andiOS
SDKs: **Android Native SDK Update 5.0.15 - Android Version History **iOS Native SDK Update 1.40.2 - iOS Version History
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.14 - Android Version History
**iOS Native SDK Update 1.40.1 - iOS Version History - Bug fix #124: typo in android BUO converter
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.10 - Android Version History
**iOS Native SDK Update 1.39.4 - iOS Version History - Added support to Clipboard Deferred Deep Linking
- Added support to
FlutterFragmentActivity
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.9 - Android Version History
**iOS Native SDK Update 1.39.3 - iOS Version History - Added support to Facebook App Install Ads
- Allow to enable and disable Branch Log
- Bug fix #100 NullPointerException when leaving the app
- Bug fix eventSink nulllpointer exception
- Updated Native
iOS
SDKs:
**iOS Native SDK Update 1.39.2 - iOS Version History - Added new method
requestTrackingAuthorization
: In iOS 14+, show tracking authorization dialog and request permission. SendATTrackingManager.AuthorizationStatus
to monitorATT prompt performance
and returnATTrackingManager.AuthorizationStatus
. - Added new method
getTrackingAuthorizationStatus
: ReturnATTrackingManager.AuthorizationStatus
- Added new method
getAdvertisingIdentifier
: Return Device Advertising Identifier
- Initial support to Flutter Web. Thanks @mathatan
- Stable null safety release.
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.7 - Android Version History
**iOS Native SDK Update 1.39.0 - iOS Version History
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.5 - Android Version History
**iOS Native SDK Update 1.38.0 - iOS Version History - Fix issue #83 - Android - app crashed when click on back button
- Fix deprecated API usage warning
- Android: fixed assertion failures due to reply messages that were sent on the wrong thread.
- iOS: fixed assertion failures due to reply messages that were sent on the wrong thread.
- Fix crash when setting expirationDateInMilliSec on Android
- Initial support for null safety
- iOS Native SDK Update 0.36.0 - iOS Version History
- Android: BugFix on
onNewIntent
- iOS: new method:
setRequestMetadata
new method:setIOSSKAdNetworkMaxTime
Updated Native Android
and iOS
SDKs
- Android Native SDK Update 5.0.3 - Android Version History
- iOS Native SDK Update 0.35.0 - iOS Version History
###BREAKING CHANGES
Add KEY branch_check_apple_ads
in INFO.PLIST to enable checking for Apple Search Ads before Branch initialization
- Documentation Update
- Remove Android dependencies fallback.
- Require Flutter SDK 1.12.13+hotfix.5 or greater.
- Added new method trackContentWithoutBuo
- Added new currency values for BranchContentMetaData
- Added the campaign parameter in the BranchLinkProperties constructor
- Updated minimum Android Branch SDK version to 5.x.x
- Updated minimum iOS Branch SDK version to 0.32.0.
Note: Branch SDK 0.32.0 requires at least iOS 9.0. Update the minimum version in the project, in the section "Deployment Info" -> "Target".
- Fix error when index mode in BranchUniversalObject is not populated
- Fix handled by Branch links
- Improve attribution for Apple Search Ads
- Documentation Update
- Add Referral System Rewarding Functionality
- Bugfix Branch SDK initialization
- Bugfix BranchUniversalObject with keywords empty
- Documentation update
- Updated Android dependencies: From play-services-appindexing to firebase-appindexing
- Compatibility with apps built on earlier versions of Flutter 1.12
- Improved error handling in initSession
- Minor adjustments and fix initial deep link data loss
- Pubspec.yaml Update
- Initial version