This is the Project for the FlavorMate frontend, which is written in Flutter.
See all the features with more screenshots on flavormate.de
Want to join the closed beta? Send me your mail to be added to the test group.
Mail me
Download the apk from the releases tab.
Download FlavorMate from the App Store or join the public beta via testflight.
Self host your web app with docker by simply creating a docker-compose.yaml
(or download one from
the examples).
Alternatively download the web archive from the releases page and self host it manually.
RECOMMENDED
To permanently bind your frontend to your backend url add, the BACKEND_URL
entry to your docker environment.
The user will then no longer be able to connect to other FlavorMate servers. This improves the user experience and increases security.
Key | Required | Description | Example | Default |
---|---|---|---|---|
BACKEND_URL | No | The url of your FlavorMate backend | https://example.com |
null |
flutter pub get
to fetch all dependenciesdart run build_runner build
to generate necessary codeflutter run
to run the app