blinkcard_flutter 2.12.0 copy "blinkcard_flutter: ^2.12.0" to clipboard
blinkcard_flutter: ^2.12.0 copied to clipboard

Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.

2.12.0 #

Improvements #

  • Integrated a tilt detector that will improve the quality of captured images and the extracted data
    • Added tiltDetectionLevel in BlinkCardRecognizer, which defines the level of allowed detected tilt of the document in the image.
    • New UI message Keep card parallel to phone when the camera angle is too steep. It is available in the BlinkCardOverlaySettings
  • Integrated a stability check to ensure consecutive images for extraction are consistent
  • Improved accuracy of owner field extraction

Bug fixes #

  • Fixed issue with anonymization of vertical cards where in some cases sensitive fields were not anonymized correctly
  • Fixed issue with anonymization of cards when document was scanned at a steep angle
  • Fixed issue with images when extension are enabled that resulted in an incorrect aspect ratio

2.11.1 #

Improvements #

  • Improved data extraction accuracy across all supported card types

Behavior Changes #

  • Improved extraction of the owner field
  • Only digits are allowed in card number, CVV, and date of expiry results
  • Only letters are allowed in owner field result

UI changes #

  • Added success checkmark after a successful first side scan
  • Added an error state when scanning the wrong side of the card
    • Added new scanningWrongSideMessage property in the BlinkCardOverlaySettings.
  • Minor changes in scanning instruction messages

Bug fixes #

  • Fixed compatibility issues with Flutter v3.29

2.10.0 #

Improvements

  • Significant improvements in photocopy detection.
    • Both the False Rejection Rate and False Acceptance Rate are reduced by ~50% as measured on the default match level.

Bug fixes

  • Android specific:
    • Removed libc++_shared.so from the SDK
    • Fix for duplicate attrs resource: attr/mb_onboardingImageColor when combining multiple Microblink's SDKs in the same app

2.9.3 #

Bug fixes #

  • iOS-specific
    • Revert dependency update for iOS BlinkCard

2.9.2 #

Bug fixes #

  • Android-specific
    • We have removed the package attribute from AndroidManifest.xml

2.9.1 #

  • Updated the plugin to Android SDK v2.9.3 and iOS SDK v2.9.1
  • This version of the SDK contains the native iOS BlinkCard.xcframework with the privacy manifest file (PrivacyInfo.xcprivacy).

Major API update #

  • We have introduced the DirectAPI method of scanning, which allows the SDK to extract the card information from static images without the need to use the device’s camera and our UI.
  • Usage:
    • The scanWithDirectApi method requires four parameters:
    • collection, which is a collection of Recognizers used for card scanning.
    • frontImage, which would represent the image of the card where the card number in located in the Base64 format string
    • backImage, which would represent the image of the second side of the card in the Base64 format string
      • the backImage parameter is optional when scanning the card that contains all of the information on one side (or if you extract specific information located only on one side), and can be passed as null or an empty string (””).
    • license, the licenses for iOS and Android required to unlock the SDK
  • An example of its usage can be found in the sample application , both for the two-sided and one-sided card scanning.
  • More information about the DirectAPI scanning can be found here in the native documentation for Android and iOS
  • We still recommend using direct camera scanning, as static images can sometimes be in lower-quality which can cause SDK extraction error. It would be best to use the scanWithDirectApi method when using the device’s camera is not an option.

2.9.0 #

  • Updated to Android SDK v2.9.0 and iOS SDK v2.9.0
  • Improved scanning performance and added support for virtually any card layout
  • Added new result documentLivenessCheck that contains liveness information for the first and second sides of the scanned card.
    • handPresenceCheck , photocopyCheck and screenCheck liveness information can be obtained.
  • Added BlinkCardMatchLevel for configuring the strictness of the check result for the document liveness properties
  • Added BlinkCardCheckResult for enumerating document liveness check results
  • Added allowInvalidCardNumber setting that allows reading invalid card numbers to avoid endless scanning on testing cards.
    • Added cardNumberValid flag within the BlinkCardRecognizer result to check if the card number is valid.
  • Added additional properties to BlinkCardOverlaySettings that can be modified.
  • Fixed issue with the SDK localization.

Breaking API changes:

  • Removed LegacyBlinkCardRecognizer and LegacyBlinkCardEliteRecognizer legacy recognizers.

2.6.0 #

2.4.2 #

  • Hotfix - change channel name

2.4.1 #

  • Changed file prefixes to support interoperability with BlinkID.

2.4.0 #

2.3.0 #

Initial plugin release with Android SDK v2.3.0 and iOS SDK v2.3.0

5
likes
120
points
1.05k
downloads

Publisher

verified publishermicroblink.com

Weekly Downloads

Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, json_annotation

More

Packages that depend on blinkcard_flutter

Packages that implement blinkcard_flutter