Skip to content

Releases: RodrigoSMarques/flutter_branch_sdk

Release 6.2.0

30 Sep 01:50
0b3c717
Compare
Choose a tag to compare
  • Update BranchStandardEvent list

Release 6.0.0

05 Jul 03:57
71cd1d5
Compare
Choose a tag to compare

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 and iOS SDKs:

Release 5.1.1

08 Jun 03:54
ee774de
Compare
Choose a tag to compare
  • Updated Native Android SDK:
  • Removed dependencies: flutter_lints (not in used)

Release 5.1.0

27 May 12:02
0dbc702
Compare
Choose a tag to compare
  • 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 and iOS SDKs:

Release 5.0.0

17 Feb 04:30
6a3e835
Compare
Choose a tag to compare

BREAKING CHANGE:

  • FlutterBranchSdk.initWeb deprecated.

  • Branch for Flutter Web initialized in index.html, see Web 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
      );

Release 4.0.0

18 Dec 01:48
a256e68
Compare
Choose a tag to compare
  • 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 and iOS 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

19 Oct 01:47
5262bd2
Compare
Choose a tag to compare

Release 3.4.0

06 Aug 04:25
6fed397
Compare
Choose a tag to compare

Release 3.3.0

28 Jun 03:42
f77978d
Compare
Choose a tag to compare

Added support to FlutterFragmentActivity

Release 1.4.1+1

19 Jun 13:54
Compare
Choose a tag to compare
Release 1.4.1+1 Pre-release
Pre-release

Fixes an eventSink nulllpointer exception