mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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:
parent
2b68c30568
commit
2f8f42822a
3 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue