* Update package requiremenst * github workflow updates * ios build updates * Theme adjustments * Further updates * Fix typo * Deprecated imperative apply of Flutter's Gradle plugins Ref: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply * Refactor wedge scanner * Add context checks * Adjust behaviour if testing * Further refactoring * Moar checks * Logic fix * Fix for wedge scanner test * Fix for barcode processing * Fix * Yet another fix
InvenTree Mobile App
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.
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