-
Notifications
You must be signed in to change notification settings - Fork 327
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
not able to generate multiple textfiled to qr code generator please suggest #176
Comments
What is the purpose here, to combine all the texts and create a qr? |
show this image = https://we.tl/t-plpmnNsJ4X i want make this type multiple text-filed data in single QR code. |
If you want to do the same here, process all textfields with the same controller. Here, the structure is reset when switching to a different request, you can clear the controller in the selection. |
can you give me example demo code file please help. |
late final TextEditingController _textController; String qrText = ''; SizedBox _qr() { You can use one more time textform with controller |
Please suggest multiple text-filed data in single barcode. |
This is a Stack Overflow question |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: