lightsparkdev / compose-qr-code

A simple, flexible QR code renderer for Jetpack Compose
Apache License 2.0
47 stars 3 forks source link

QRCode Reader composoble #1

Open koolfreak opened 1 year ago

koolfreak commented 1 year ago

Hi, will this support a QR Code reader composable window? Just a window for a camera to scan QR Code, so that i can put some components around the view?

jklein24 commented 1 year ago

Hey, thanks for the question! We weren't planning on adding that in the near future. However, having recently built the reader side myself (with MLKit and androidx.camera), I can definitely see how a simple library for this would be valuable. I'll take the request in consideration and if I see similar requests coming in, maybe I'll put this on the roadmap.