mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 02:05:29 +00:00
Refactor barcode scann function
- Provide a custom callback to be executed when the barcode is scanned
This commit is contained in:
@ -335,6 +335,13 @@ class APIFormField {
|
||||
var handler = UniqueBarcodeHandler((String hash) {
|
||||
controller.text = hash;
|
||||
data["value"] = hash;
|
||||
|
||||
successTone();
|
||||
|
||||
showSnackIcon(
|
||||
L10().barcodeAssigned,
|
||||
success: true
|
||||
);
|
||||
});
|
||||
|
||||
Navigator.push(
|
||||
|
Reference in New Issue
Block a user