2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00
Oliver 2964950b26
Home screen (#559)
* Use grid view for home screen

* Update release notes

* Prune dead code
2024-12-05 17:10:56 +11:00
2024-10-01 12:25:11 +10:00
2024-10-01 12:25:11 +10:00
2024-12-05 17:10:56 +11:00
2024-10-01 12:25:11 +10:00
2024-12-05 17:10:56 +11:00
2019-06-24 00:33:22 +10:00
2024-10-01 12:25:11 +10:00
2024-03-06 21:09:06 +11:00
2022-05-02 09:46:07 +10:00
2019-06-24 00:33:22 +10:00
2022-05-02 11:52:35 +10:00
2022-05-21 21:03:43 +10:00
2019-05-07 14:57:02 +10:00
2024-10-01 12:25:11 +10:00
2024-11-20 16:47:04 +11:00
2024-11-24 14:37:28 +11:00
2022-05-20 23:48:58 +10:00
2024-06-03 21:50:24 +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

For developers looking to contribute to the project, we use Flutter for app development. The project has been tested in Android Studio (on both Windows and Mac) and also VSCode.

Invoke Tasks

We use the invoke to run some core tasks - you will need python and invoke installed on your local system.

Getting Started

Initial project setup (after you have installed all required dev tools) is as follows:

Generate initial translation files:

invoke translate

Install required flutter packages:

flutter pub get

You should now be ready to debug on a connected or emulated device!

Building Release Versions

Building release versions for target platforms (either android or iOS) is simplified using invoke:

Build Android release:

invoke android

Build iOS release:

invoke ios
Description
InvenTree mobile app
Readme MIT 11 MiB
Languages
Dart 98.6%
Python 1%
Ruby 0.3%
Objective-C 0.1%