mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 21:35:42 +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 | ||||
| --- | ||||
|  | ||||
|   | ||||
| @@ -55,6 +55,7 @@ class _CameraBarcodeControllerState extends InvenTreeBarcodeControllerState { | ||||
|   @override | ||||
|   void dispose() { | ||||
|     super.dispose(); | ||||
|     controller.dispose(); | ||||
|     WakelockPlus.disable(); | ||||
|   } | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| name: inventree | ||||
| description: InvenTree stock management | ||||
|  | ||||
| version: 0.20.0+103 | ||||
| version: 0.20.1+104 | ||||
|  | ||||
| environment: | ||||
|   sdk: ^3.8.1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user