blockbasti / just_another_workout_timer

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

TTS variable for time and sequence #100

Open zcattacz opened 2 years ago

zcattacz commented 2 years ago

I found myself constantly doing this:

  1. set duration to some time and put that time in exercise name ,
  2. give the workout a try, readjust duration and announced time in exercise name.

There should be a way to reference the duration in TTS text ? Maybe some variable for total exercise count for current workout and current exercise number too ?