-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 7.0.0-beta.3⚠️ This is a major release which contains breaking API changes. ### BREAKING CHANGE - * Minimum required Dart SDK version to 2.18 (Flutter 3.3.0) * Xcode 15 is the min version * iOS 12 is the min version #### SDK Initialization Required * Use `FlutterBranchSdk.init()` method to initialize the SDK. Initialization must be called from `main` or at any time (for example after getting consent for GPDR). ```dart await FlutterBranchSdk.init( useTestKey: false, enableLogging: false, disableTracking: false); ``` Check additional instructions in the README #### Deprecated / Removed - * `FlutterBranchSdk.initSession()`. Use `FlutterBranchSdk.listSession()`. * Removed `setIOSSKAdNetworkMaxTime` method * Removed Facebook App Install Ads on iOS ### Features - * Issue #244 - Support for setting customer_event_alias for BranchEvent * Updated compile & target SDK to Android API 33. * Updated example app Android compileSdkVersion to 33. ### Native SDK Updates - * Updated included iOS SDK to 3.0.0 - [iOS Version History](https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases)
- Loading branch information
1 parent
c748b8d
commit 375a173
Showing
10 changed files
with
134 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -199,4 +199,4 @@ packages: | |
version: "0.1.4-beta" | ||
sdks: | ||
dart: ">=3.1.0-185.0.dev <4.0.0" | ||
flutter: ">=2.5.0" | ||
flutter: ">=3.3.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
375a173
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://flutter-branch-sdk.netlify.app as production
🚀 Deployed on https://65268c47a44d45085068607d--flutter-branch-sdk.netlify.app