blinkid-flutter icon indicating copy to clipboard operation
blinkid-flutter copied to clipboard

ID scanning plugins for cross-platform apps built with Flutter.

Results 15 blinkid-flutter issues
Sort by recently updated
recently updated
newest added

Combined recognizer result should really be returning `nationality` as 2-letter ISO codes of the respected countries. The same way it is done in `ClassInfo`: [ String? isoAlpha2CountryCode;](https://github.com/MewsSystems/blinkid-flutter/blob/8a0a352ca70b8b23933363945f92a22afd58a0af/BlinkID/lib/types.dart#L126)

Added `explicit_to_json: true` option. With this setting, generated toJson methods will explicitly call toJson on nested objects. This allows to simply write e.g. `collection.toJson()` instead of `jsonDecode(jsonEncode(collection))`.

These changes fix `RecognizerResult.fromJson` function, as enums are serialized by their `ordinal` value. See [`SerializationUtils.addCommonRecognizerResultData`](https://github.com/BlinkID/blinkid-flutter/blob/8a0a352ca70b8b23933363945f92a22afd58a0af/BlinkID/android/src/main/java/com/microblink/flutter/SerializationUtils.java#L29).

Hello, I try Blink on ios with flutter but I have the following errors : [/Users/mohamedchouchane/.pub-cache/hosted/pub.dartlang.org/blinkid_flutter-5.15.1/ios/Classes/MicroblinkModule/Recognizers/Wrappers/MBUsdlCombinedRecognizerWrapper.m:46:24](): error: property 'signResult' not found on object of type 'MBUsdlCombinedRecognizer *' [/Users/mohamedchouchane/.pub-cache/hosted/pub.dartlang.org/blinkid_flutter-5.15.1/ios/Classes/MicroblinkModule/Recognizers/Wrappers/MBUsdlCombinedRecognizerWrapper.m:74:39](): error: property...

How can the flutter library, to use imagePickerController, allowing end user to chose image from camera instead of overlay scan ? Need this for an out of mobile service use...

Hello, Do you have any plans to migrate to null safety?

API to check if the license key is expired is missing.

Hey BlinkID team, Is there currently any plans for adding web support for this library? Thank you

I have been encountering frequent ANR (Application Not Responding) issues over the past several days on the Google Console: ``` at jdk.internal.misc.Unsafe.park (Native method) at java.util.concurrent.locks.LockSupport.park (LockSupport.java:211) at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire (AbstractQueuedSynchronizer.java:715)...