mintware-de / flutter_barcode_reader

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

Add @Keep annotation #214

Closed devtronic closed 4 years ago

devtronic commented 4 years ago

In release mode proguard will obfuscate names. This fix will prevent renaming of dynamically invoked platform channel methods.

Fix for #211