theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

Home Page:https://pub.dev/packages/qr_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to allow for circular embedded image

Wolfof420Street opened this issue · comments

Is your feature request related to a problem? Please describe.
Currently the embedded image is only in a square .
image0

Describe the solution you'd like
I think there needs to be an option to create a circular avatar style embedded image
Screenshot_20231222_215025

Describe alternatives you've considered
Adding the parameter 'EmbeddedImageShape' an enum . and if its null it defaults as is but if the shape is circular it uses the circular shape.