2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Adds dialog before uploading error information

This commit is contained in:
Oliver Walters
2021-02-15 20:30:39 +11:00
parent b6ccb57065
commit 14161c5d42
5 changed files with 98 additions and 23 deletions

View File

@ -7,7 +7,7 @@ description: InvenTree stock management
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0
version: 0.1.0+2
environment:
sdk: ">=2.1.0 <3.0.0"
@ -37,6 +37,7 @@ dependencies:
camera:
path_provider: ^1.6.27 # Local file storage
sembast: ^2.4.9 # NoSQL data storage
one_context: ^0.5.0 # Dialogs without requiring context
path:
dev_dependencies: