Skip to content

Releases: didomi/flutter

2.10.0

07 Feb 16:16
1cf42f2
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.19.0) and iOS (2.19.0) sdks
  • Implement new public function initializeWithParameters().
  • Implement new public functions setUserWithParameters() and setUserWithParametersAndSetupUI().

More info: https://developers.didomi.io/cmp/mobile-sdk

2.9.0

17 Jan 10:35
d61a767
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.18.0) and iOS (2.18.0) SDKs, more info: https://developers.didomi.io/cmp/mobile-sdk
  • Deprecate methods and parameters related to SPI purposes
  • Implement new public computed property applicableRegulation.

2.8.0

13 Dec 19:13
294aa6b
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.17.0) and iOS (2.17.0) sdks
    More info: https://developers.didomi.io/cmp/mobile-sdk
  • Handle organizationUserId field in SyncReadyEvent
  • Android: Add jvmTarget in build.gradle kotlinOptions (see #127)

2.7.0

20 Aug 15:03
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.10.1) and iOS (2.11.1) sdks
  • Add support for vendor count methods

More info: https://developers.didomi.io/cmp/mobile-sdk

2.6.0

30 Jul 13:19
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.10.0) and iOS (2.11.0) sdks

More info: https://developers.didomi.io/cmp/mobile-sdk

2.5.0

15 Jul 16:11
8d5016e
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.9.0) and iOS (2.9.2) sdks

More info: https://developers.didomi.io/cmp/mobile-sdk

2.4.0

06 Jun 16:46
d4b2187
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.7.0) and iOS (2.8.0) sdks
  • Update Android’s build configuration (required for Flutter 3.22)
    • ⚠️ Compiling for Android will now require Flutter 3.16.0 or higher

More info: https://developers.didomi.io/cmp/mobile-sdk

2.3.0

28 May 14:52
39beb8c
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.6.0) and iOS (2.7.0) sdks
  • Add support for SyncReady event
  • Add new parameters to the initialize method to override the user location determined by the SDK when getting the notice configuration:
    • countryCode: Force the user country used to get the notice configuration
    • regionCode: Force the user region used to get the notice configuration
  • Stop force unwrapping when getting the root view controller

More info: https://developers.didomi.io/cmp/mobile-sdk

2.2.0

11 Apr 10:10
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.4.0) and iOS (2.4.0) sdks
  • Implement new public function openCurrentUserStatusTransaction()

More info: https://developers.didomi.io/cmp/mobile-sdk

2.1.0

19 Mar 15:28
c706ab0
Compare
Choose a tag to compare
  • Update latest versions of native Android (2.2.0) and iOS (2.2.0) sdks, more info: https://developers.didomi.io/cmp/mobile-sdk
  • Support new methods addVendorStatusListener and removeVendorStatusListener
  • Update Kotlin version from 1.7.20 to 1.8.20