mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 04:56:48 +00:00
* Add BUILDING.md * Replace scaning library - Out with qr_code_scanner - In with flutter_zxing * Update specs for jdk / kotlin / gradle - NFI what this all means? * Refactor barcode scanning widget * Refactor barcode overlay * Add handlers * Update release notes * Fix AppBar color * Enhance attachment widget * remove unused import * Improved icon * Select theme from main drawer
35 lines
1.6 KiB
Markdown
35 lines
1.6 KiB
Markdown
# InvenTree Mobile App
|
|
|
|
[](https://opensource.org/licenses/MIT)
|
|

|
|

|
|
[](https://coveralls.io/github/inventree/inventree-app?branch=master)
|
|
|
|
The InvenTree mobile / tablet application is a companion app for the [InvenTree stock management system](https://github.com/inventree/InvenTree).
|
|
|
|
Written in the [Flutter](https://flutter.dev/) 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](https://play.google.com/store/apps/details?id=inventree.inventree_app&hl=en_AU)
|
|
|
|
### Apple Store (iOS)
|
|
|
|
Download and install from the [Apple App Store](https://apps.apple.com/au/app/inventree/id1581731101)
|
|
|
|
### Direct Download (Android)
|
|
|
|
We provide direct downloads for Android users - view our [download page via polar.sh](https://polar.sh/inventree/products/299bf0d5-af88-4e0f-becf-c007ad37ecf2)
|
|
|
|
## User Documentation
|
|
|
|
User documentation for the InvenTree mobile app can be found [within the InvenTree documentation](https://inventree.readthedocs.io/en/latest/app/app/).
|
|
|
|
## Developer Documentation
|
|
|
|
Refer to the [build instructions](BUILDING.md) for information on how to build the app from source.
|