This is the mobile application for UniLabs Inventory Management System
Make sure you have flutter installed.
$ git clone https://github.com/UniLabsIMS/UniLabs-APP.git
$ cd UniLabs-APPIntall dependencies
flutter pub getTo run the app, connect the mobile device or open the android emulator and run the following command
flutter runCheckout main and pull changes
git checkout main
git pullcheckut to a new branch
git checkout -b feature/<feature_name>install missing dependancies
flutter pub getStart and run the app.
flutter runPull updates your local main branch
git checkout main
git checkout pullUpdate the required branch
git checkout <your_branch>
git merge mainStart the app
flutter run