mintware-de / flutter_barcode_reader

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

Barcode still scanning #133

Closed myoganugraha closed 4 years ago

myoganugraha commented 5 years ago

is theres anyone know how to dispose the barcode scanner after scan was completed ?

my flow is, open a page -> scan function is called on initstate -> after scan complete, the data sent to api

the process on same page

but i check the log, the camera still scanning

lookfirst commented 5 years ago

@myoganugraha You don't mention the OS, but on iOS, this fixes it:

https://github.com/apptreesoftware/flutter_barcode_reader/issues/60#issuecomment-511096909

devtronic commented 4 years ago

A new version was published to pub.dev. Update your dependencies and check if the problem was solved.