This is the frontend in flutter for ProjektFriday
- Clone the project
git clone https://github.com/ProjektFriday/friday_app
- Clean anything that might have crept into repo
flutter clean
- Run flutter pub get
flutter pub get
- Build
flutter build
flutter run
- refer to flutter-boilerplate-project for folder structure