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
floatingPromptEnabledtoUiOptions. - Renamed
footerTextColortopromptTextColorinUiOptions. - Removed
fontandfontResourcefromUiOptions. UsefontPathinstead, 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_lintsdependency to package and example app. - Added
headerBackgroundColor,footerBackgroundColor,headerTextColorandfooterTextColortoUiOptions. - General improvements to the Example app.
- Improved coding style and formatting.
- Pinning certificates should now be passed as
List<int>instead ofStringpaths.
iOS #
- Upgraded SDK to v9.2.0.
- Passing certificates directly as
List<int>is now supported. - Error handling improvements.
closeButtonImageis now supported.
Android #
- Upgraded SDK to v7.1.0.
- Passing certificates directly as
List<int>is now supported. - Error handling improvements.