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

Load / save login settings

- Using simple shared_preferences package for now
This commit is contained in:
Oliver Walters
2019-06-25 22:14:31 +10:00
parent e723a70d15
commit 6b58ccb844
3 changed files with 41 additions and 5 deletions

View File

@ -1,5 +1,5 @@
name: inventree_app
description: InvenTree mobile application
name: InvenTree
description: InvenTree stock management
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
@ -24,6 +24,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.2
http: ^0.12.0+2
shared_preferences: ^0.5.3+1
dev_dependencies:
flutter_test: