Personal diving buddy to log all your dives and helps you conveniently store all your licences, documents, and gear info all in the comfort of your palm.
- Clone the repository to your working directory using
git clone https://github.com/wasiqnauman/divemate.git
- Switch to your working directory where you cloned the repor
cd <path_to_divemate>
- Open up divemate/project folder in your favorite IDE and happy coding!
- Follow steps 1 and 2 as mentioned above.
- Open a terminal in the current directory and run
flutter clean
andflutter pub get
to set up the dependencies for the project on your machine. - Run
flutter run
to start the app.