mintware-de / flutter_barcode_reader

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

Build error in BarcodeScanPlugin.h #172

Closed patniemeyer closed 4 years ago

patniemeyer commented 4 years ago

I'm getting this error when installing the latest version with Flutter 1.13 / Dart 2.8:

@property(nonatomic, retain) FlutterResult result;
^
1 error generated.

Thanks.

patniemeyer commented 4 years ago

Changing the retain to copy appears to solve the problem.

devtronic commented 4 years ago

The problem was solved in the latest release