Releases: onfido/flutter-sdk
Releases · onfido/flutter-sdk
8.3.0
- Update underlying Onfido native SDK versions:
- Android 22.3.+ (up from 22.2.+)
- iOS 32.2.+ (up from 32.2.+)
8.2.0
8.1.0
- Update underlying Onfido native SDK versions:
- Android 22.1.+ (up from 22.0.+)
- iOS 32.1.+ (up from 32.0.+)
8.0.0
- Removed
disableNFC
parameter (UsenfcOption
withNFCOptions.Disabled
value instead) - Update underlying Onfido native SDK versions:
- Android 22.0.+ (up from 21.2.+)
- iOS 32.0.+ (up from 30.6.+)
7.2.0
- Update underlying Onfido native SDK versions:
- Android 21.2.+ (up from 21.1.+)
- iOS 30.6.+ (up from 30.5.+)
7.1.0
- Update underlying Onfido native SDK versions:
- Android 21.1.+ (up from 21.0.+)
- iOS 30.5.+ (up from 30.4.+)
7.0.0
- Bumped Android target SDK version to 34. This update indirectly means that Java version 17 is required to build the project. Details: https://developer.android.com/build/jdks
- Added
nfcOption
parameter for configuring NFC - Added missing detail property to platform exceptions caused by flow errors
- Deprecated
disableNFC
parameter (UsenfcOption
withNFCOptions.Disabled
value instead) - Updated underlying Onfido native SDK versions:
- Android 21.0.+ (up from 20.5.+)
- iOS 30.4.+ (up from 30.3.+)
6.2.0
6.1.0
Update underlying Onfido native SDK versions:
- Android 20.4.+ (up from 20.2.+)
- iOS 30.2.+ (up from 30.0.+)
6.0.0
- Motion capture fallback configuration has been removed: Motion is supported on all devices as of 5.1.0
- If you currently set
withCaptureFallback
onFaceCapture.motion
, then you should be aware that this configuration is no longer available, so you can safely remove it from your integration code
- If you currently set
supportDarkMode
andbubbleErrorBackgroundColor
properties have been removed fromIOSAppearance
- Update underlying Onfido native SDK versions:
- Android 20.2.+ (up from 20.1.+)
- iOS 30.0.+ (up from 29.9.+)