Hi,
I have Zebra T22 device.
I would like scan barcode directly in Flutter and pass scaned code to database procedure at Android environment.
I want show end user only description of scaned product, not code.
Now i can scan barcode into input type TextFormField/TextField.
First i have to go into text input and then scan barcode.
In ideal path i would like to:
- Scan code, example: code4215 to memory/hide field (?)
- In Flutter program i search in database details about scan code code4215, and return "Description Product code4215"
- Show detail in field type Text (readonly) and show it to end user
Can you help me?
0 Replies