Releases: didomi/flutter
Releases · didomi/flutter
2.10.0
- 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()
andsetUserWithParametersAndSetupUI()
.
More info: https://developers.didomi.io/cmp/mobile-sdk
2.9.0
- 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
- 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 inSyncReadyEvent
- Android: Add
jvmTarget
inbuild.gradle
kotlinOptions
(see #127)
2.7.0
- 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
- 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
- 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
- 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 Flutter3.16.0
or higher
More info: https://developers.didomi.io/cmp/mobile-sdk
2.3.0
- 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 configurationregionCode
: 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
- 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
- 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
andremoveVendorStatusListener
- Update Kotlin version from
1.7.20
to1.8.20