blockbasti / just_another_workout_timer

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

Repeatable/reusable sets #86

Open madduck opened 3 years ago

madduck commented 3 years ago

Some of the workouts I design have set structures like: A-B-A-C-A-D-A-E or A-B-C-D-A-E-C-F-A-G-C-H. Right now, it seems like I need to duplicate the sets. Would it be possible to insert a previous set at a later point, and just reuse sets that way?

caeslucio commented 2 years ago

Sets of Sets would be great too!