Skip to content

Releases: RodrigoSMarques/flutter_branch_sdk

Release 8.0.2

21 May 00:27
7186eb1
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE

This is a major release which contains breaking API changes.

⚠️ SDK Initialization Changed

  • useTestKey parameter is no longer supported at FlutterBranchSdk.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

Release 8.0.1

18 May 23:14
9ae8379
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE

This is a major release which contains breaking API changes.

⚠️ SDK Initialization Changed

  • useTestKey parameter is no longer supported at FlutterBranchSdk.init().

Check the instructions in README.MD on how to activate the key_test_.

🐛 Bug Fixes

  • Fix issue #325: Android cannot get the opening link (onInitFinished called after clicking on deep link two times)

Release 8.0.0

18 May 23:14
4a9650e
Compare
Choose a tag to compare

⚠️ BREAKING CHANGE

This is a major release which contains breaking API changes.

⚠️ SDK Initialization Changed

  • useTestKey parameter is no longer supported at FlutterBranchSdk.init().

Check the instructions in README.MD on how to activate the key_test_.

🐛 Bug Fixes

  • Fix issue #283: Android app not getting correct deeplink from Branch when app is opened
  • Fix issue #308: Android non branch deep link sometimes not available
  • Fix issue #309: Completion of await FlutterBranchSdk.init() doesn't mean native iOS plugin is ready?
  • Fix issue #311: Flutter SDK init falls into loop when race condition happens during the initialization.
  • Fix issue #314: Issue with Branch.io Integration on Apple 14 pro
  • Fix issue #316: Not getting link after fresh install

🔧 Native SDK Updates

Release 7.3.0

07 Apr 01:11
3dbada4
Compare
Choose a tag to compare

Native SDK Updates

Release 7.2.0

18 Mar 02:05
10b845e
Compare
Choose a tag to compare

Features

  • showShareSheet method will now display the native Android share sheet.
  • Documentation review

Dependencies Update

  • Updated dependency js. From version 0.6.7 to 7.0.0

Native SDK Updates

Release 7.1.0

29 Feb 11:04
591816e
Compare
Choose a tag to compare

Features

  • New Methods:
    • setDMAParamsForEEA - In response to the European Union's enactment of the Digital Markets Act (DMA), this new method help pass consent information from your user to Google.
      See documentation for details.

Issues

  • Fix issue #297: Allow Call setRequestMetadata after FlutterBranchSdk.init() method

Native SDK Updates

Release 7.0.4

02 Feb 16:31
01e7209
Compare
Choose a tag to compare
  • Fix issue #289 : revert js dependency update. From version 0.7.0 to 0.6.7

Release 7.0.3

01 Feb 13:17
65acf63
Compare
Choose a tag to compare

Issues

  • Fix issue #277 : PlatformException - NullPointerException

Features

  • PR #286 : fix: export platform_interface
  • Updated configuration steps in README.MD
  • Sample app - code review

Release 7.0.2

20 Dec 02:16
ba34182
Compare
Choose a tag to compare

Issues

  • Fix issue #261 / #266 / #268: Calling startActivity() from outside of an Activity
  • Fix issue #264: Android (PlayStore) : Branch SDK Params empty on background state
  • Fix issue #265: New release 7.0.0+ not getting a deeplink data on first launch, when app is on resume
  • Fix issue #270: Indicate when error is thrown in init

Native SDK Updates

Release 7.0.2

07 Dec 02:35
Compare
Choose a tag to compare
Release 7.0.2 Pre-release
Pre-release
  • Fix issue #261 / #266 / #268: Calling startActivity() from outside of an Activity
  • Fix issue #265: New release 7.0.0+ not getting a deeplink data on first launch, when app is on resume
  • Fix issue #264: Android (PlayStore) : Branch SDK Params empty on background state
  • Removing unused code