mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 462 forks source link

Add scanner to container #107

Closed rodrigowerberich closed 5 years ago

rodrigowerberich commented 5 years ago

Hello, I would like to know if there is any way to open the scanner insider a container instead of a whole new windows, and if not, if there are any plans on supporting this soon.

linguitang commented 5 years ago

+1

angel1st commented 5 years ago

Duplicate to #81, no joy with that regards

rodrigowerberich commented 5 years ago

I made a little plugin that is able to do it https://github.com/rodrigowerberich/barcode_platform_view, I didn't fork and make a pull request because I don't know if apptreesoftware is interested in that, my plugin usage is pretty different because it's just a platform view. It is still very early but is functional. Only for android now, but soon on ios too.

linguitang commented 5 years ago

@rodrigowerberich First of all, thank you for providing this plugin。But after my tests,https://github.com/rodrigowerberich/barcode_platform_view scan speed is not as good as flutter_barcode_reader. I don't know why.

rodrigowerberich commented 5 years ago

@linguitang yeah... I also noticed that. Probably something to do with the plarform view rendering, I don't know. Still trying to improve it.

linguitang commented 5 years ago

@rodrigowerberich I made a test, update this from 0.5f to 1.0f, scanning speed is very fast。you can try it. image

rodrigowerberich commented 5 years ago

@linguitang Thanks for the heads up! I was thinking about playing with that value tomorow. Nice to know it did the trick!