Files
flutter/flatpak/de.wger.flutter.metainfo.xml
2025-01-23 19:36:37 +01:00

96 lines
3.8 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>de.wger.flutter</id>
<name>wger</name>
<summary>Fitness and nutrition tracker</summary>
<description>
<p>wger is a free and open-source fitness application designed to help you achieve your
fitness goals.
</p>
<p>Workout Management</p>
<ul>
<li>Create and customize workout routines tailored to your fitness level and
goals
</li>
<li>Track your progress with detailed exercise logs</li>
<li>Access a vast library of exercises</li>
</ul>
<p>Nutrition Tracking</p>
<ul>
<li>Log your food intake using the Open Food Facts database</li>
<li>Calculate your calorie intake and macronutrient breakdown</li>
<li>Set personalized dietary goals and track your progress</li>
</ul>
<p>Body Measurement Tracking</p>
<ul>
<li>Monitor your body weight, body fat percentage, and other measurements</li>
<li>Visualize your progress with charts and graphs</li>
</ul>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-or-later</project_license>
<recommends>
<control>touch</control>
<control>pointing</control>
<control>keyboard</control>
</recommends>
<developer_name>wger</developer_name>
<url type="homepage">https://wger.de/</url>
<url type="contact">https://fosstodon.org/@wger</url>
<url type="bugtracker">https://github.com/wger-project/flutter/issues</url>
<url type="donation">https://buymeacoffee.com/wger</url>
<url type="vcs-browser">https://github.com/wger-project/flutter</url>
<url type="translate">https://hosted.weblate.org/engage/wger/</url>
<!-- https://docs.flathub.org/banner-preview/ -->
<branding>
<color scheme_preference="light" type="primary">#a2aedd</color>
<color scheme_preference="dark" type="primary">#687bd9</color>
</branding>
<screenshots>
<screenshot type="default">
<caption>wger's dashboard</caption>
<image type="source">
https://raw.githubusercontent.com/wger-project/flutter/master/fastlane/metadata/android/en-US/images/phoneScreenshots/01%20-%20dashboard.png
</image>
</screenshot>
<screenshot>
<caption>Workout detail</caption>
<image type="source">
https://raw.githubusercontent.com/wger-project/flutter/master/fastlane/metadata/android/en-US/images/phoneScreenshots/02%20-%20workout%20detail.png
</image>
</screenshot>
<screenshot>
<caption>Measurements</caption>
<image type="source">
https://raw.githubusercontent.com/wger-project/flutter/master/fastlane/metadata/android/en-US/images/phoneScreenshots/04%20-%20measurements.png
</image>
</screenshot>
<screenshot>
<caption>Nutritional plan</caption>
<image type="source">
https://raw.githubusercontent.com/wger-project/flutter/master/fastlane/metadata/android/en-US/images/phoneScreenshots/05%20-%20nutritional%20plan.png
</image>
</screenshot>
<screenshot>
<caption>Body weight</caption>
<image type="source">
https://raw.githubusercontent.com/wger-project/flutter/master/fastlane/metadata/android/en-US/images/phoneScreenshots/06%20-%20weight.png
</image>
</screenshot>
</screenshots>
<releases>
<release version="1.5.3" date="2023-03-16" />
</releases>
<content_rating type="oars-1.1" />
<launchable type="desktop-id">de.wger.flutter.desktop</launchable>
</component>