Start adding variations handling

This commit is contained in:
Roland Geider
2022-03-31 00:07:12 +02:00
parent 75dd047adf
commit bc28fe8624
4 changed files with 140 additions and 16 deletions

View File

@@ -49,8 +49,6 @@ class ExerciseListTile extends StatelessWidget {
),
),
),
trailing:
Text('${exercise.languageObj.shortName} base: ${exercise.baseId}, exId: ${exercise.id}'),
title: Text(
exercise.name,
//style: theme.textTheme.headline6,