Releases: RodrigoSMarques/flutter_branch_sdk
Releases · RodrigoSMarques/flutter_branch_sdk
Release 8.4.0
Release 8.3.2
⚠️ BREAKING CHANGE
- Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024)
🐛 Bug Fixes
- Fix issue #410: "reply already sent and a possible ANR". Tks @Junglee-Faisal
🎉 Features
- Migrated Gradle to declarative plugins block
Release 8.3.1
⚠️ BREAKING CHANGE
- Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024)
🎉 Features
- Revised documentation including section to change Flutter Deep link flag
- New option in INFO.PLIST (
branch_disable_nativelink) that allows disable NativeLink™ Deferred Deep Linking
Release 8.3.0
⚠️ BREAKING CHANGE
- Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024)
🎉 Features
- New Methods:
setConsumerProtectionAttributionLevel- Sets the consumer protection attribution level. Read Branch documentation for details:
Deprecated / Removed
FlutterBranchSdk.disableTracking(). UseFlutterBranchSdk.setConsumerProtectionAttributionLevel().- Removed
initSessionmethod.
Native SDK Updates
🔧 Native SDK Updates
- Updated included iOS SDK to 3.7.0 - iOS Version History
- Updated included Branch Android SDK to 5.15.0 - Android Version History
Release 8.2.0
Release 8.1.1
🐛 Bug Fixes
- Fix issue #368: "-118, Warning. Session initialization already happened" triggered in the listSession callback
Release 8.1.0
🔧 Native SDK Updates
-
Updated included iOS SDK to 3.6.0 - iOS Version History
-
Updated included Branch Android SDK to 5.12.2 - Android Version History
Release 8.0.4
⚠️ BREAKING CHANGE
This is a major release which contains breaking API changes.
⚠️ SDK Initialization Changed
useTestKeyparameter is no longer supported atFlutterBranchSdk.init().
Check the instructions in README.MD on how to activate the key_test_.
🐛 Bug Fixes
Release 8.0.3
⚠️ BREAKING CHANGE
This is a major release which contains breaking API changes.
⚠️ SDK Initialization Changed
useTestKeyparameter is no longer supported atFlutterBranchSdk.init().
Check the instructions in README.MD on how to activate the key_test_.
🐛 Bug Fixes
- Fix issue #340: Logging not working in Android Studio Emulator
Release 8.0.2
⚠️ BREAKING CHANGE
This is a major release which contains breaking API changes.
⚠️ SDK Initialization Changed
useTestKeyparameter is no longer supported atFlutterBranchSdk.init().
Check the instructions in README.MD on how to activate the key_test_.
🐛 Bug Fixes
- Fix Enable and Disable Tracking on
FlutterBranchSdk.init()method