InvenTree mobile app https://docs.inventree.org/app
Find a file
Oliver 13d95dd1b1
Modern Label printing (#724)
* Basic widget

* Redirect label printing action

* Refactor label printing code

* Construct form elements

* Refactor to allow re-use of forms

* Basic rendering of label printing form

* Remove dead code

* Pass custom handler through to form context

* Refactoring API forms:

- Allow custom pk field name
- Add callback when values change

* linting

* Dynamically rebuild form

* Handle nested fields

* Handle label printing status

* Run dart format

* Update release notes

* Remove unused var

* Enable close icon

* Handle initial plugin default value

* Store default values:

- Selected template (per label type)
- Selected printing plugin

* Dart format

* Fix dart linting

* use setter

* Just use a public field
2025-11-22 07:26:37 +11:00
.github Update python version for CI (#714) 2025-11-13 23:01:24 +11:00
android Use FVM in GitHub Actions and migrate to Flutter 3.32.4 (#641) 2025-06-23 19:42:05 +10:00
assets Modern Label printing (#724) 2025-11-22 07:26:37 +11:00
docs Use FVM in GitHub Actions and migrate to Flutter 3.32.4 (#641) 2025-06-23 19:42:05 +10:00
ios Change ios project settings (#671) 2025-07-01 16:35:54 +10:00
lib Modern Label printing (#724) 2025-11-22 07:26:37 +11:00
res/values Initial project commit 2019-06-24 00:33:22 +10:00
test Format Code and Add Format Checks to CI (#643) 2025-06-24 09:55:01 +10:00
.fvmrc Use FVM in GitHub Actions and migrate to Flutter 3.32.4 (#641) 2025-06-23 19:42:05 +10:00
.gitignore Use FVM in GitHub Actions and migrate to Flutter 3.32.4 (#641) 2025-06-23 19:42:05 +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 Use FVM in GitHub Actions and migrate to Flutter 3.32.4 (#641) 2025-06-23 19:42:05 +10:00
BUILDING.md Fix image url in BUILDING.md (#663) 2025-06-24 19:15:42 +10:00
CONTRIBUTING.md Allow purchase orders to be completed directly from the app (#686) 2025-08-19 11:37:37 +10:00
crowdin.yml Update crowdin.yml 2022-05-02 11:52:35 +10:00
find_dart_files.py Re-order barcode scanning priority (#693) 2025-09-28 13:34:22 +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 feat: add image cropping functionality with custom aspect ratios (#638) 2025-06-24 23:17:36 +10:00
pubspec.yaml Default location (#715) 2025-11-13 23:37:05 +11:00
README.md Add screenshot to README.md (#665) 2025-06-25 00:26:42 +10:00
requirements.txt Add python requirements file 2022-05-20 23:48:58 +10:00
tasks.py Allow purchase orders to be completed directly from the app (#686) 2025-08-19 11:37:37 +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.

Installation

You can install the app via the following channels:

Google Play Store (Android)

Download and install from the Google Play Store

Apple Store (iOS)

Download and install from the Apple App Store

Direct Download (Android)

We provide direct downloads for Android users - view our download page via polar.sh

User Documentation

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

Developer Documentation

Refer to the build instructions for information on how to build the app from source.