iproov_flutter 1.1.0
iproov_flutter: ^1.1.0 copied to clipboard
The iProov Biometrics SDK for Flutter, providing flexible authentication for identity assurance
iProov Biometrics Flutter SDK #
1.0.0 #
We're pleased to announce that the iProov Biometrics Flutter SDK is now production-ready!
Flutter #
- Added
floatingPromptEnabled
toUiOptions
. - Renamed
footerTextColor
topromptTextColor
inUiOptions
. - Removed
font
andfontResource
fromUiOptions
. UsefontPath
instead, which is now cross-platform.
iOS #
- Upgraded SDK to v9.3.0.
- Updated installation instructions for Cocoapods.
- Added support for custom fonts.
Android #
- Upgraded SDK to v7.2.0.
- Added support for custom fonts.
0.2.0 #
Flutter #
- All parameters to
IProov.launch()
are now named parameters. - API key and secret for the Example app should now be set in
api_keys.dart
. - Added
flutter_lints
dependency to package and example app. - Added
headerBackgroundColor
,footerBackgroundColor
,headerTextColor
andfooterTextColor
toUiOptions
. - General improvements to the Example app.
- Improved coding style and formatting.
- Pinning certificates should now be passed as
List<int>
instead ofString
paths.
iOS #
- Upgraded SDK to v9.2.0.
- Passing certificates directly as
List<int>
is now supported. - Error handling improvements.
closeButtonImage
is now supported.
Android #
- Upgraded SDK to v7.1.0.
- Passing certificates directly as
List<int>
is now supported. - Error handling improvements.