flutter
flutter copied to clipboard
Video in gym mode
Proposed Changes
- Added video in gym mode
Related Issues (if applicable)
- #296
Please check that the PR fulfills these requirements
- [x] Set a 100 character limit in your editor/IDE to avoid white space diffs in the PR
- [ ] Tests for the changes have been added (for bug fixes / features)
- [x] Added yourself to AUTHORS.md
I'm thinking it would be probably better to remove all those widgets and just use the ExerciseDetail widget. That way it would look like everywhere else in the application (we might want to pass some configuration flags if needed though)
Ok sure I will take a look at it