mintware-de / flutter_barcode_reader

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

fix compile warning #127

Closed lookfirst closed 4 years ago

lookfirst commented 5 years ago

https://stackoverflow.com/questions/18039275/retained-block-property-does-not-copy-the-block-use-copy-attribute-instead

"Retain'ed block property does not copy the block - use copy attribute instead"

Not sure if this should be copy or strong.

lookfirst commented 5 years ago

I updated my flutter install and this issue went away... probably due to switching from old build project to new build project in xcode.

lookfirst commented 5 years ago

reopened per #60

devtronic commented 4 years ago

Thanks @lookfirst