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
716 stars 320 forks source link

QR Square rounded #192

Open muhammadsaddamnur opened 1 year ago

muhammadsaddamnur commented 1 year ago

I want generate qr code with square rounded (eye & data module) like this :

unnamed

can you add this idea in the future update?

muhammadsaddamnur commented 1 year ago

I've created this PR that works for me right now, Please kindly review!

Thank you!

BraveEvidence commented 1 year ago

This might help https://www.youtube.com/watch?v=9ADSWmPCJMg&list=PLQhQEGkwKZUqZC2QAp_u4ZAzqpsCCRvmM&index=6 https://www.youtube.com/watch?v=ZRUE1i15TYw&list=PLQhQEGkwKZUqZC2QAp_u4ZAzqpsCCRvmM&index=7

muhammadsaddamnur commented 1 year ago

I have a pull request related to this issue: https://github.com/theyakka/qr.flutter/pull/193

onlyamessenger commented 8 months ago

PR looks great, is this project still maintained?