khoren93 / flutter_zxing

Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
https://pub.dev/packages/flutter_zxing
MIT License
88 stars 50 forks source link

conditionally add namespace for AGP 8 support. #105

Closed hpoul closed 10 months ago

hpoul commented 10 months ago

required for android gradle plugin >= 8.0 same solution as official plugins use: https://github.com/flutter/packages/pull/3836

khoren93 commented 10 months ago

@hpoul Thanks!