This is the mobile app which controls access of the user to the system.
First, install flutter. Then clone this repository and run using flutter tool.
git clone https://github.com/openinventorysystem/student-mobile
cd student-mobile
flutter run
This has to used alongside the open inventory backend. Host the backend project using any method and then your lab users will be able to log in to the server using this app by providing base url.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.