mintware-de / flutter_barcode_reader

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

Stop scanning when pressed the cancel button on iOS #55

Closed tgezginis closed 5 years ago

tgezginis commented 5 years ago

It fixes the error which stop scanning when pressed the cancel button on iOS. In current version, the camera opens with lag if you press the cancel button and then scan again.

tGeorgeDN commented 5 years ago

fixes #60

matthewtsmith commented 5 years ago

@tgezginis Thanks for the PR. I'll get this up on pub today.

matthewtsmith commented 5 years ago

Published as version 0.0.8

tGeorgeDN commented 5 years ago

Thanks for the quick reaction :1st_place_medal: