flutter_barcode_scanner
flutter_barcode_scanner copied to clipboard
Flutter version 2.2.0
Getting this error using Flutter 2.2.0 & 2.2.1:
W/DynamiteModule( 6652): Local module descriptor class for com.google.android.gms.vision.dynamite.barcode not found. I/DynamiteModule( 6652): Considering local module com.google.android.gms.vision.dynamite.barcode:0 and remote module com.google.android.gms.vision.dynamite.barcode:0 W/DynamiteModule( 6652): Local module descriptor class for com.google.android.gms.vision.barcode not found. I/DynamiteModule( 6652): Considering local module com.google.android.gms.vision.barcode:0 and remote module com.google.android.gms.vision.barcode:0 E/Vision ( 6652): Error loading optional module com.google.android.gms.vision.barcode: com.google.android.gms.dynamite.DynamiteModule$LoadingException: No acceptable module found. Local version is 0 and remote version is 0. W/BarcodeNativeHandle( 6652): Native handle not yet available. Reverting to no-op handle.
Edit: works in Flutter 2.0.6
Hey, i have the same issue with flutter 2.2.1
Same is happening here
这是什么问题.
It seems that they donnt have gms module. the flutter_barcode_scanner depends on GMS?
貌似是因为没有安装GMS?
Hi all, I had the same issue even on Android 11. It turned out "Google Play Services" package was missing. Last available package requires Android 8...
Good luck! Cezary