git clone https://github.com/deluxepter/maven
- Get packages.
flutter pub get
- Generate database.
flutter packages pub run build_runner build
- Generate localizations.
flutter pub run intl_utils:generate
- Run the app.
flutter run
- Run tests.
flutter test --coverage
- Generate coverage report.
genhtml coverage/lcov.info -o coverage/html
- Sample List
- Track workouts
- Track body measurements
- Track nutritional intake
- Track progress
- Track goals
If you’ve used other workout apps in the past, the Maven experience should feel familiar and intuitive. However, for those who are new to the world of tracking their workouts, we’ve developed a comprehensive usage guide to help get you up to speed.
Whether you want to report a bug or add a new feature, contributions are welcome and greatly appreciated. For more detailed information on how to contribute, please refer to our Contributing Guide.
If you encounter any issues or have questions, please open an issue.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.