Flutter App for interacting with the API of fsektionen.se.
This project uses Flutter 3.19.6.
- Install Flutter from here. Installation will include Dart.
- Include
flutter/bin
in your PATH environment variable. - Clone the repo:
git clone https://github.com/fsek/App2.git
- Run
flutter pub get
inside project root. flutter build apk
(if this doesn't work skip/try without this step, it is probably and often not needed)- Run
flutter pub run build_runner build
. - To start the app on your emulator, run
flutter run
.