Skip to content

fsek/App2

Repository files navigation

F-App 2: Electric Boogaloo

Flutter App for interacting with the API of fsektionen.se.

Setup

This project uses Flutter 3.19.6.

  1. Install Flutter from here. Installation will include Dart.
  2. Include flutter/bin in your PATH environment variable.
  3. Clone the repo: git clone https://github.com/fsek/App2.git
  4. Run flutter pub get inside project root.
  5. flutter build apk (if this doesn't work skip/try without this step, it is probably and often not needed)
  6. Run flutter pub run build_runner build.
  7. To start the app on your emulator, run flutter run.