Willian Marchesan

Results 5 comments of Willian Marchesan

To correct this error i made a change on class Controls, line 500 . My solution: void _resolutionBottomSheet() { showModalBottomSheet( context: context, builder: (context) { return Container ( width: 400,...

See my fork. https://github.com/Willian199/cordova-plugin-multiple-barcode-scan You can do multiple scan

@rolinger When calling `BBscanner,scan({multipleScan = true}, callback)`. It will be possible to read several QRcodes in sequence. When identifying a value, it is passed to the callback, but it will...

> [#84](https://github.com/fluttercommunity/wakelock_plus/issues/84) Try this This solved my problem