wu9007 / qrcode_scanner

🛠 Flutter QR code scanner plugin.
MIT License
358 stars 185 forks source link

GH-33 Allows package to build for iOS #38

Closed bean5 closed 4 years ago

bean5 commented 4 years ago

This does not solve the entire problem for #33, but is a good first step. Specifically, it allows example to build for iOS.

Known issues:

bean5 commented 4 years ago

Second commit addresses the issue described in #31.

bean5 commented 4 years ago

Missing:

For iOS:

<key>NSCameraUsageDescription</key>
<string>Camera permission is required for barcode scanning.</string>

See: https://pub.dev/packages/barcode_scan