Flutter App for interacting with the API of fsektionen.se.
This project uses Flutter 3.29.2.
- Use our handy installation guide here. Installation will include Dart.
- You might need to include
flutter/bin
in your PATH environment variable. - Clone the repo:
git clone https://github.com/fsek/App2.git
- Edit: Might no longer be required? In the backend, search for and uncomment this line:
openapi_schema["servers"] = [{"url": "http://10.0.2.2:8000"}]
- Start the backend while running on the most up to date app backend branch (which can be found here at the time of writing).
- You might need to install some further things, in particular openapi-generator
- Run
bash script.sh
, which will take care of most work for you. - Run
flutter run
or run the app via the VSCode standard runner. (If it tells you errors exist, try selecting "run anyway") - If everything works, you can recomment the line again!