mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Server login now references the UserProfile class
This commit is contained in:
parent
7fe1b32bf6
commit
d5649af2f9
7 changed files with 45 additions and 154 deletions
|
|
@ -11,7 +11,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+1
|
||||
version: 0.1.0+2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.1.0 <3.0.0"
|
||||
|
|
@ -30,7 +30,6 @@ dependencies:
|
|||
shared_preferences: ^0.5.7
|
||||
|
||||
cached_network_image: ^2.5.0
|
||||
preferences: ^5.2.0 # Persistent settings storage
|
||||
qr_code_scanner: ^0.0.13
|
||||
package_info: ^0.4.0 # App information introspection
|
||||
device_info: ^1.0.0 # Information about the device
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue