mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Catch errors (#469)
* Catch error comparing dropdown items * Update version number and release notes * Data conversion * Catch error when loading image from network * Suppress error reporting for statusCode -1
This commit is contained in:
parent
4ef2e43bf3
commit
d152475de4
6 changed files with 53 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
|||
name: inventree
|
||||
description: InvenTree stock management
|
||||
|
||||
version: 0.14.0+78
|
||||
version: 0.14.1+79
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.5 <3.13.0"
|
||||
|
|
@ -9,7 +9,7 @@ environment:
|
|||
dependencies:
|
||||
adaptive_theme: ^3.3.0 # Theme management (e.g. dark mode)
|
||||
audioplayers: ^4.1.0 # Play audio files
|
||||
cached_network_image: ^3.2.3 # Download and cache remote images
|
||||
cached_network_image: ^3.3.1 # Download and cache remote images
|
||||
camera: ^0.10.3 # Camera
|
||||
cupertino_icons: ^1.0.3
|
||||
currency_formatter: ^2.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue