flutter_idensic_mobile_sdk_plugin 1.12.2 copy "flutter_idensic_mobile_sdk_plugin: ^1.12.2" to clipboard
flutter_idensic_mobile_sdk_plugin: ^1.12.2 copied to clipboard

outdated

Flutter plugin exposing SumSub MobileSDK

⚠️ Changes marked in bold are possibly breaking. Please, pay special attention to them.

[1.12.2] - 01.09.2020 #

  • Support for Selfie with Document
  • Validation for Phone, Email and Date of Birth has been added at the APPLICANT_DATA step
  • If needed, general moderation comment will be shown when the applicant is rejected
  • Support for <b> and <i> tags within sns_step_*_prompt strings
  • An omission of the numeric prefix when there is the only step on the initial Status Screen
  • Drawing of the submitted state when the liveness result is uncertain, but the applicant is allowed to proceed
  • Strings added: sns_step_SELFIE_photo_title, sns_step_SELFIE_photo_brief, sns_step_SELFIE_photo_details, sns_liveness_check_submitted
  • Some small bugs fixed
  • A way to customize iOS part with the native means by an IdensicMobileSDKCustomization class that could be added into the iOS project:
import Foundation
import IdensicMobileSDK

class IdensicMobileSDKCustomization: NSObject {

  @objc static func apply(_ sdk: SNSMobileSDK) {

    sdk.theme.sns_StatusHeaderTitleColor = .red
  }
}

[1.12.1] - 17.08.2020 #

  • dismiss() method added to make SDK dismission easier
  • Extended error handling upon uploading fail
  • Added an ability to pick from the gallery on the PROOF_OF_RESIDENCE step

Ensure please to have NSPhotoLibraryUsageDescription string in the iOS application's Info.plist file

plutil -insert "NSPhotoLibraryUsageDescription" -string "Let us pick a photo" ios/Runner/Info.plist

[1.12.0] - 31.07.2020 #

  • Support for APPLICANT_DATA step
  • Ability to force locale with withLocale optional method

[1.11.0] - 07.07.2020 #

  • applicant flows based initialization (flowName mandatory parameter added)
  • Translations are now managed from the dashboard
  • Various security related improvements

[1.10.1] - 16.06.2020 #

  • Initial release
11
likes
0
pub points
92%
popularity

Publisher

verified publishersumsub.com

Flutter plugin exposing SumSub MobileSDK

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_idensic_mobile_sdk_plugin