Skip to content

Releases: RodrigoSMarques/flutter_branch_sdk

Release 7.0.0 - beta 3

11 Oct 11:49
Compare
Choose a tag to compare
Pre-release

⚠️ 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).

  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

Release 7.0.0 - beta 2

07 Oct 09:42
Compare
Choose a tag to compare
Pre-release

7.0.0

BREAKING CHANGE

  • Call the FlutterBranchSdk.init() method to initialize the SDK.

    Initialization must be called from main or at any time, for example after getting consent for GPDR.

    The init method has optional parameters that allow you:

    • change from test to live mode
    • enable logging
    • disable tracking to comply with GDPR.
  • initSession deprecated. Use listSession.

  • Removed deprecated methods:

    • setIOSSKAdNetworkMaxTime method
  • Removed Facebook App Install Ads on iOS

Enhancement

  • 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.

Release 6.9.0

07 Oct 09:40
d2e470c
Compare
Choose a tag to compare

6.9.0

Enhancement

  • Issue #244 - Support for setting customer_event_alias for BranchEvent

Release 7.0.0 - beta 1

04 Oct 12:43
Compare
Choose a tag to compare
Pre-release

7.0.0

BREAKING CHANGE

  • Call the FlutterBranchSdk.init() method to initialize the SDK.

    Initialization must be called from main or at any time, for example after getting consent for GPDR.

    The init method has optional parameters that allow you:

    • change from test to live mode
    • enable logging
    • disable tracking to comply with GDPR.
  • initSession deprecated. Use listSession.

  • Removed deprecated methods:

    • setIOSSKAdNetworkMaxTime method
  • Removed Facebook App Install Ads on iOS

Enhancement

  • Updated compile & target SDK to Android API 33.
  • Updated example app Android compileSdkVersion to 33.

Release 7.0.0 - beta 0

03 Oct 11:02
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGE

  1. Call the FlutterBranchSdk.init() method to initialize the SDK.

    Initialization must be called from main or at any time, for example after getting consent for GPDR.

    The init method has optional parameters that allow you:

    • change from test to live mode
    • enable logging
    • disable tracking to comply with GDPR.

2.initSession deprecated. Use listSession

Enhancement

  • Updated compile & target SDK to Android API 33.
  • Updated example app Android compileSdkVersion to 33.

Release 6.8.0

18 Sep 11:18
b6a2627
Compare
Choose a tag to compare
  • Updated Native Android SDKs:
  • Removed:
    • Facebook App Install Ads on Android (parameter branch_enable_facebook_ads)

Release 6.7.1

02 Sep 03:10
5f92a0e
Compare
Choose a tag to compare

Fix issue #237: Pass long URL when try creating Short URL in Offline

Release 6.7.0

10 Aug 01:02
edc6918
Compare
Choose a tag to compare

6.7.0

  • Updated Native Android and iOS SDKs:

  • Removed:

    • Firebase App Indexing in Android (listOnSearch and removeFromSearch return success but do not perform any action)
    • Old Apple Search Ads APIs (parameter branch_check_apple_ads)

Release 6.6.0

22 Mar 04:02
ba13e72
Compare
Choose a tag to compare

Release 6.5.0

17 Feb 17:12
8391d89
Compare
Choose a tag to compare