Remy Moll e50eedf099
Some checks failed
Build and push docker image / Build (pull_request) Failing after 2m15s
Build and release APK / Build APK (pull_request) Successful in 6m46s
Build web / Build Web (pull_request) Successful in 2m33s
add readmes with first pointers
2024-07-25 17:22:29 +02:00
..
2024-06-07 15:06:33 +02:00
2024-05-16 17:08:18 +02:00
2024-07-08 12:21:22 +02:00
2024-05-16 17:08:18 +02:00
2024-05-25 18:55:58 +02:00
2024-06-03 13:51:01 +02:00
2024-05-16 17:08:18 +02:00
2024-05-16 17:08:18 +02:00
2024-05-16 17:08:18 +02:00
2024-07-25 17:22:29 +02:00

Frontend

This is the frontend of the project. It is a Flutter application that is designed to run on both Android and iOS devices. The frontend is responsible for displaying the user interface and handling user input. It communicates with the backend to retrieve and send data.

Getting Started

The flutter application is divided into multiple chunks of code.

  • the lib directory contains the main code of the application.
  • the android and ios directories contain platform-specific code.
  • the root directory contains configuration files and metadata.

To run the application, you need to have the Flutter SDK installed. You can find instructions on how to do this here.

Once you have the Flutter SDK installed, you can locally install the dependencies by running:

flutter pub get