flutter_barcode_scanner icon indicating copy to clipboard operation
flutter_barcode_scanner copied to clipboard

This plug-in dose not work on higher than Flutter 2.0.6

Open Mythar opened this issue 3 years ago • 5 comments

Just to let you know, if you want to use this plug-in, don't go higher than Flutter 2.0.6

Has anyone fixed this in a fork ?

Mythar avatar Feb 06 '22 15:02 Mythar

Have to confirm. Not working on 2.1.0. A fix would be highly appreciated :-)

+1

anothermike avatar Feb 07 '22 14:02 anothermike

I am also not able to use this plugin with Flutter v2.10.1.. Haven't tried on lower versions as of now.. A fix will be highly appreciated..

ParthBiyani avatar Feb 26 '22 15:02 ParthBiyani

Same issue for me... the plugin doesn't work on Flutter v2.10.2 but work on Flutter v.2.8.0.

fede1295 avatar Feb 28 '22 11:02 fede1295

I was not able to use the plugin on Flutter v2.10.1.. As Mythar said that the plugin was working on Flutter v2.0.5, so I downgraded to the same by deleting all the flutter files. Then I experienced some issues and had to upgrade my Flutter again by downloading and extracting the new version files (this time to Flutter v2.10.2) and to my surprise, the Barcode Scanner worked. I don't know what the problem was but I got it fixed liked so.. You guys also try for yourself once.

ParthBiyani avatar Mar 04 '22 23:03 ParthBiyani

Because of some of my Plugins, i have to use FlutterFragmentActivity instead of FlutterActivity. I fixed mine with: #128

alexprazeres avatar Mar 08 '22 03:03 alexprazeres