Barcode scan refactor (#651)

* Build file changes

Lots of changes required to meet compatibility of new mobile_scanner lib

* Increase build memory

* Refactor camera controller

- Use MobileScanner now
- Much better UX / feedback

* Cleanup

* Move test sheet file

* Update release notes

* Move actions to floating action buttons

* Tweak deps

* tweak github actions

* Updates
This commit is contained in:
Oliver 2025-06-06 14:54:03 +10:00 committed by GitHub
parent c3f390eddc
commit 1ab171f619
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 330 additions and 224 deletions

View file

@ -362,7 +362,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> with BaseWidgetPr
Spacer(),
Image.asset(
"assets/image/logo_transparent.png",
color: Colors.white.withOpacity(0.05),
color: Colors.white.withValues(alpha: 0.05),
colorBlendMode: BlendMode.modulate,
scale: 0.5,
),