Skip to content

fsek/App2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3d14354 Â· Jan 29, 2025
Aug 20, 2024
Apr 25, 2021
Sep 4, 2024
Oct 2, 2023
Nov 13, 2024
Aug 20, 2024
Nov 19, 2024
Jan 29, 2025
Aug 24, 2021
Apr 25, 2021
Apr 25, 2021
Apr 28, 2023
Aug 20, 2024
Apr 25, 2021
Apr 25, 2021
Jan 29, 2025
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Aug 20, 2024
Jan 29, 2025
Jan 29, 2025
Apr 28, 2023

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 or dart run build_runner build.
  7. To start the app on your emulator, run flutter run.