iproov_flutter 2.0.0 copy "iproov_flutter: ^2.0.0" to clipboard
iproov_flutter: ^2.0.0 copied to clipboard

The iProov Biometrics SDK for Flutter, providing flexible authentication for identity assurance

iProov Biometrics Flutter SDK #

2.0.0 #

iProov SDK Biometrics Flutter SDK v2.0.0 is a major update which includes a number of improvements and breaking changes.

Please consult the Upgrade Guide for detailed instructions on how to upgrade to this new version.

### Flutter

  • IProov.launch() now returns a Stream<IProovEvent> rather than using callbacks.
  • Options are now built from const constructors rather than setting individual properties.
  • Added comprehensive documentation to Options.
  • Added the following new options, supported in the latest SDK versions:
    • UiOptions.floatingPromptRoundedCorners
    • GenuinePresenceAssuranceUiOptions.readyFloatingPromptBackgroundColor
    • GenuinePresenceAssuranceUiOptions.notReadyFloatingPromptBackgroundColor
    • GenuinePresenceAssuranceUiOptions.readyOverlayStrokeColor
    • GenuinePresenceAssuranceUiOptions.notReadyOverlayStrokeColor
    • LivenessAssuranceUiOptions.floatingPromptBackgroundColor
    • LivenessAssuranceUiOptions.overlayStrokeColor
  • Fixed an issue where specifying custom certificates for pinning would result in a crash.

iOS #

Android #

### API Client

  • The Dart API client is now provided as a separate module, iproov_api_client.
  • Upgraded http to v0.13.4.
  • Added support for the /validate API call.

Example App #

  • Fixed an issue where the Android example app wouldn't build due to an error relating to Android embedding.

1.1.1 #

iOS #

1.1.0 #

iOS #

Android #

1.0.0 #

We're pleased to announce that the iProov Biometrics Flutter SDK is now production-ready!

Flutter #

  • Added floatingPromptEnabled to UiOptions.
  • Renamed footerTextColor to promptTextColor in UiOptions.
  • Removed font and fontResource from UiOptions. Use fontPath 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 and footerTextColor to UiOptions.
  • General improvements to the Example app.
  • Improved coding style and formatting.
  • Pinning certificates should now be passed as List<int> instead of String 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.

0.1.0 #

Initial preview release

20
likes
110
pub points
77%
popularity

Publisher

verified publisheriproov.com

The iProov Biometrics SDK for Flutter, providing flexible authentication for identity assurance

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, image

More

Packages that depend on iproov_flutter