Roland Geider e5b8e07549 Bump version
2021-04-07 14:27:58 +02:00
2021-04-07 14:27:58 +02:00
2020-11-04 17:05:10 +00:00
2021-01-28 22:22:42 +01:00
2021-02-15 22:35:04 +01:00
2020-09-12 20:25:00 +10:00
2021-01-30 11:51:34 +01:00
2021-04-07 14:27:58 +02:00
2020-11-11 17:47:29 +01:00
2021-04-07 14:27:58 +02:00

Mobile app for wger Workout Manager

Mobile app for wger written with flutter, still in early stages of development. As soon as it is finished, it will be published in the different play stores.

If you want to contribute, hop on the discord server and say hi!

Getting Started

1

Install the wger server, the easiest way is starting the development docker-compose: https://github.com/wger-project/wger

2

Install flutter, all its dependencies and create a new virtual device: https://flutter.dev/docs/get-started/install

3

Create a new file wger.properties in android/app (next to build.gradle):

WGER_API_KEY=123456

To just run/develop the app it only needs to have any value for WGER_API_KEY, but you need a correct value if you want to register via the app. For this you need to allow (a probably dedicated) user on the wger server to register users in its behalf. For this, generate an API KEY by visiting http://localhost:8000/de/user/api-key on your local instance and then run python3 manage.py add-user-rest theusername

You can later list all the registered users with: python3 manage.py list-users-api

4

Generate translation files with flutter gen-l10n

5

Start the application with flutter run --no-sound-null-safety or use your IDE (please note that depending on how you run your emulator you will need to change the IP address of the server)

You can run the tests with flutter test --no-sound-null-safety

Translation

The application can be easily translated online with Weblate.

Contact

Feel free to contact us if you found this useful or if there was something that didn't behave as you expected. We can't fix what we don't know about, so please report liberally. If you're not sure if something is a bug or not, feel free to file a bug anyway.

License

The application is licensed under the GNU General Public License 3 or later (GPL 3+).

The initial exercise and ingredient data is licensed additionally under one of the Creative Commons licenses, see the individual exercises for more details.

Description
No description provided
Readme AGPL-3.0 437 MiB
Languages
Dart 97.2%
C++ 1.1%
CMake 0.9%
Ruby 0.3%
Python 0.2%