qrcode_scanner icon indicating copy to clipboard operation
qrcode_scanner copied to clipboard

How to customize scan page

Open mx4g opened this issue 5 years ago • 2 comments

like Another plug-in qr_code_scanner

mx4g avatar Oct 23 '19 02:10 mx4g

you can customize everything by changing the source code of the plugin, in your project ,, look at the last options, Extra libraries->qrscan-0.2->android->src.main->res here in different folders you'll find different XML files , change the color width height in these files , you'll be good to go.

mainly you can change most of the things from layout->my_camera.xml

borsezf2 avatar Feb 01 '20 08:02 borsezf2

@borsezf2 can i customize logic after run String barcode = await scanner.scan(); i want to get a photo from this camera

ardipermana59 avatar Jul 27 '21 04:07 ardipermana59