mirror of
https://github.com/inventree/inventree-app.git
synced 2025-11-01 05:45:41 +00:00
Possible fix for barcode scanner issues (#702)
* Possible fix for barcode scanner issues Ref: https://github.com/juliansteenbakker/mobile_scanner/issues/1454#issuecomment-3329405748 * Bump release notes * Bump app revision
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
### 0.20.1 - October 2025
|
||||||
|
---
|
||||||
|
|
||||||
|
- Bug fix for camera barcode scanner
|
||||||
|
|
||||||
### 0.20.0 - October 2025
|
### 0.20.0 - October 2025
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState {
|
|||||||
@override
|
@override
|
||||||
void dispose() {
|
void dispose() {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
|
controller.dispose();
|
||||||
WakelockPlus.disable();
|
WakelockPlus.disable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: inventree
|
name: inventree
|
||||||
description: InvenTree stock management
|
description: InvenTree stock management
|
||||||
|
|
||||||
version: 0.20.0+103
|
version: 0.20.1+104
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.8.1
|
sdk: ^3.8.1
|
||||||
|
|||||||
Reference in New Issue
Block a user