Releases: RodrigoSMarques/flutter_branch_sdk
Releases · RodrigoSMarques/flutter_branch_sdk
Release 6.2.0
- Update
BranchStandardEvent
list
Release 6.0.0
6.0.0
BREAKING CHANGE
- Minimum required Dart SDK version to 2.17 (Flutter 3.0)
- Removed deprecated methods:
initWeb
loadRewards
redeemRewards
getCreditHistory
Enhancement
- 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
Release 5.1.1
- Updated Native
Android
SDK:- 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
Android
andiOS
SDKs:- 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.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
-
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
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.15 - Android Version History
**iOS Native SDK Update 1.40.2 - iOS Version History
Release 3.5.0
- 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
Release 3.4.0
- 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
Release 3.3.0
Added support to FlutterFragmentActivity
Release 1.4.1+1
Fixes an eventSink nulllpointer exception