This is the repository for our mobile app, built using Flutter.
- Install flutter and its requirements using this manual.
- Checkout this git repository
- Run
flutter pub get
to fetch all dependencies. - Execute
flutter run
or use your IDE to start the app.