theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
https://pub.dev/packages/qr_flutter
BSD 3-Clause "New" or "Revised" License
718 stars 323 forks source link

Impeller Compatability #222

Closed Pololot64 closed 3 months ago

Pololot64 commented 3 months ago

With Flutter (Channel stable, 3.24.0) building for android with impeller, starting qr_flutter gives the error "Impeller requires migrating plugins that create and register surface textures to the new surface producer API. See https://docs.flutter.dev/release/breaking-changes/android-surface-plugins"

Is this something that qr_flutter can be adapted to?

Pololot64 commented 3 months ago

I apologize. I clicked the incorrect repo. Sorry Luke