SweatPals

Social workout app for SC2006 AY22/23 Sem 2. Handled the coding while my teammates wrote the documentations

SweatPals

Todo

Setup Environment

git clone https://github.com/agentzhao/SweatPals.git
flutter pub get

Create project on firebase and use flutterfire to generate firebase_options.dart

Building for production

flutter build web
firebase deploy

flutter build apk --split-per-abi

dart doc .

Directories

  • code under /lib
  • docs under /doc/api/index.html
  • apk files under /build/app/outputs/flutter-apk

Research

Resources