flutter_barcode_scanner icon indicating copy to clipboard operation
flutter_barcode_scanner copied to clipboard

Flutter version 2.2.0

Open Mythar opened this issue 3 years ago • 5 comments

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

Mythar avatar Jun 05 '21 08:06 Mythar

Hey, i have the same issue with flutter 2.2.1

Nemasio avatar Jul 30 '21 12:07 Nemasio

Same is happening here

Pezhvak avatar Aug 30 '21 16:08 Pezhvak

这是什么问题.

bulanni00 avatar Sep 14 '21 10:09 bulanni00

It seems that they donnt have gms module. the flutter_barcode_scanner depends on GMS?

貌似是因为没有安装GMS?

tangyiyong avatar Nov 26 '22 23:11 tangyiyong

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

cezaryjk avatar Apr 15 '23 01:04 cezaryjk