* Bug fix for multiple barcode scans
- Do not resume scan until action is performed
- Add in delay before re-starting camera
* Change release notes to 0.10.1
* linting fixes
* Bump android compile and target version, also flutter dependencies and resolve issues
* Remove deprecated splashscreen and added support for new Android 12 version.
* Updated workflow action versions and flutter sdk
* Resolved linting issues
* Resolved test binding issues
* Bump version and release noes
* Add barebone list and detail widgets for the SupplierPart model
* Launch into SupplierPartList from CompanyDetail
* Update StockDetail widget
* Fixes for SupplierPart model
* Add images to supplier part list
* Add search functionality to SupplierPart list
* Added details to SupplierPartDetail widget
* Link through to supplier company
* Add some more details
* Adds ability to edit SupplierPart information
* Navigate to supplier part list from part detail page
* Display supplier part information on stock item detail page
* Add barcode scan response for SupplierPart
* Refactor barcode scanning code
* Navigate to supplier part detail from stock item page
* Support custom barcode for SupplierPart via app
* Cleanup comment
* linting
* Fix override
* Enable display of supplier list on home screen
* Code cleanup
* Update release noets
* New translations app_en.arb (Czech)
* New translations app_en.arb (Czech)
* New translations app_en.arb (Spanish)
* New translations app_en.arb (German)
* New translations app_en.arb (Vietnamese)
* New translations app_en.arb (French)
* New translations app_en.arb (Vietnamese)
* New translations app_en.arb (Dutch)
* New translations app_en.arb (Italian)
* New translations app_en.arb (Italian)
* New translations app_en.arb (Italian)
* New translations app_en.arb (Italian)
* Adds pre-generated file for mapping icon names to icon hex values
* Remove unused import
* Simple method for converting icon string into useable data
* Add rendering for category list and location list
* Add custom icons to detail views
* Updated release notes
* API: Provide more info in error messages
* Fix support for legacy stock item custom barcodes
* Refresh display after assigning barcode
* Update release notes
* Fix for scanning unkown barcode
- Modern API returns slightly different data
* Fix for scanning unkown barcode
- Modern API returns slightly different data
* Update release notes
* Bump release notes
* Adds method for linking custom barcodes
* Custom getter method for determining if an item has barcode data
* Add method to check if the API supports "modern" barcodes
* Refactor custom barcode implementation for StockItem
- Needs testing
* Unit testing for linking and unlinking barcodes
* Fixes
* Refactor code for "custom barcode action" tile
* Add custom barcode action to StockLocation
* Add extra debug to debug the debugging
* Unit test fix
* Change scope I guess?
* remove handler test
* Adds class representing the PartParameter model
* Adds API method for determining support for PartParmaters
* Display part parameter count in part detail widget
* Adds user setting for controlling if part parameters are displayed
* Fix URL for model
* Widget for displaying part parameters
* linting