Mirror of Inventree app fork for CI builds https://docs.inventree.org/app
  • Dart 98%
  • Python 1.1%
  • Nix 0.4%
  • Shell 0.2%
  • Ruby 0.2%
Find a file
Hendrik Rauh 113a1a3b70
Some checks failed
CI / test (push) Failing after 20s
Android / build (push) Has been cancelled
iOS / build (push) Has been cancelled
Merge pull request #10 from inventree/master
version 24.1
2026-05-01 01:14:20 +02:00
.github [CI] Build Fixes (#734) 2025-11-24 09:10:59 +11:00
android Update ndk version (#814) 2026-04-26 09:43:28 +10:00
assets Fix for label printing (#813) 2026-04-26 09:54:51 +10:00
docs Use FVM in GitHub Actions and migrate to Flutter 3.32.4 (#641) 2025-06-23 19:42:05 +10:00
ios Update barcode scanner (#779) 2026-02-27 18:03:06 +11:00
lib Merge pull request #10 from inventree/master 2026-05-01 01:14:20 +02:00
res/values Initial project commit 2019-06-24 00:33:22 +10:00
test Update ndk version (#814) 2026-04-26 09:43:28 +10:00
.envrc Enhance .envrc for improved Nix environment management fallback 2026-02-08 17:04:46 +01:00
.fvmrc Update flutter version (#805) 2026-04-03 16:28:34 +11:00
.gitignore Update .gitignore to include backup files and correct directory entry 2026-02-08 17:36:36 +01: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
.pre-commit-config.yaml Run dart-format on commit (#760) 2026-01-22 23:35:16 +11: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
flake.lock Add Nix configuration files and script for Flutter version management 2026-01-26 15:54:15 +01:00
flake.nix Add support for 'dart' command in fvm wrapper script 2026-02-08 17:09:30 +01: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 Build Order (#673) 2026-04-21 15:45:37 +10:00
pubspec.yaml Fix for label printing (#813) 2026-04-26 09:54:51 +10:00
README.md Update Android direct download link in README (#771) 2026-02-17 07:55:19 +11: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
update-flutter-nix.sh Improve error handling in update-flutter-nix.sh by using 'set -euo pipefail' 2026-02-08 17:21:18 +01: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.