blockbasti / just_another_workout_timer

A simple timer for your workouts, built with Flutter!
MIT License
130 stars 23 forks source link

Expanded Set List in WorkoutRunner #68

Closed mschmidm closed 3 years ago

mschmidm commented 3 years ago

Is your feature request related to a problem? Please describe. Currently the workout runner shows the current and the next set, both sets have the height of three exercise entries. If a set has more than three entries, the list will be scrollable and will scroll automatically, but you can always only see the last and the next exercise. Also because of that it seems like a set is almost done while it isn't.

Describe the solution you'd like I would really appreciate an option for having a expanded list, which does not scroll and always displays all entries.

Additional context It imagine it looking like this: screenshot

Thank you!