Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Export parse method for call outside libary. #690

Open
gapkukb opened this issue Aug 20, 2023 · 0 comments
Open

[FEATURE] Export parse method for call outside libary. #690

gapkukb opened this issue Aug 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@gapkukb
Copy link

gapkukb commented Aug 20, 2023

Is your feature request related to a problem? Please describe.

Sometimes we are unneccessay to scan a qrcode by camera , just upload the image file by user and detect the qrcode .

Describe the solution you'd like

The libary can export a parse function just only to parse the qrcode image from disk or user uploaded image. but now inside the libary is a private method cannnot call it at outside . for excample . the file located "lib/src/web/flutter_qr_web.dart" , there is a method named "_captureFrame2" , consider move the method as a static method on WebQrView,or add a parse method on the QEViewController, then developer can call it anywhere if is needed.

Thank you.

Additional context
Add any other context or screenshots about the feature request here.

@gapkukb gapkukb added the enhancement New feature or request label Aug 20, 2023
@gapkukb gapkukb changed the title Export parse method fo call [FEATURE] [FEATURE] Export parse method for call outside libary. Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant