InvenTree mobile app https://docs.inventree.org/app
Find a file
Oliver 01dd046dd1
Display overlay screen for blocking operations (#186)
* Catch state error in homepage widget

* Add flutter_overlay_loader lib

- Displays an overlay screen to indicate blocking operation

* Wrap blocking widget transitions in a loading overlay

- Prevents user from doing other things while loading
- Shows the user that something is happening

* Linting fixes

* Show overlay when uploading attachment file

* Show overlay when downloading file also

* Show overlay when loading or submitting API forms

- Major improvements to usability "feel"

* UI improvements for stock item test results widget

* Fix API_FORM bug

- onSuccess function was not being called
2022-07-20 09:05:21 +10:00
.github Update release.yml 2022-06-29 17:48:01 +10:00
android Fix broken android manifest (#172) 2022-07-14 20:31:44 +10:00
assets Main screen loading indicator (#183) 2022-07-19 23:10:06 +10:00
ios Remove podfile.lock file 2022-04-02 15:29:24 +11:00
lib Display overlay screen for blocking operations (#186) 2022-07-20 09:05:21 +10:00
res/values Initial project commit 2019-06-24 00:33:22 +10:00
test List refactor (#179) 2022-07-19 23:29:01 +10:00
.gitignore File name is apparently important... 2022-05-21 20:24:31 +10:00
.gitmodules Remove translation repo submodule 2022-05-02 09:46:07 +10:00
.metadata Initial project commit 2019-06-24 00:33:22 +10:00
analysis_options.yaml Fixes for static analysis 2022-03-29 20:43:27 +11:00
crowdin.yml Update crowdin.yml 2022-05-02 11:52:35 +10:00
find_dart_files.py Start InvenTree server 2022-05-21 21:03:43 +10:00
l10n.yaml Translation script creates fallback locale files 2022-05-02 12:49:59 +10:00
LICENSE Initial commit 2019-05-07 14:57:02 +10:00
pubspec.lock Display overlay screen for blocking operations (#186) 2022-07-20 09:05:21 +10:00
pubspec.yaml Display overlay screen for blocking operations (#186) 2022-07-20 09:05:21 +10:00
README.md Update README.md 2022-06-03 20:26:56 +10:00
RELEASE.md Update build instructions 2022-05-02 10:04:30 +10:00
requirements.txt Add python requirements file 2022-05-20 23:48:58 +10:00

InvenTree Mobile App

License: MIT Android iOS Coverage Status

The InvenTree mobile / tablet application is a companion app for the InvenTree stock management system.

Written in the Flutter environment, the app provides native support for Android and iOS devices.

User Documentation

User documentation for the InvenTree mobile app can be found within the InvenTree documentation.