Not sure what's the best way to contact your group but can you try doing this and see if it fixes it? I tried running the app but I'm getting this error when it prompts me to press the timer button.
List<Word> getWords(Isar isar) {
List<Word> res = [];
for(final word in words) {
res.add(isar.words.where().idEqualTo(word).findAllSync().first);
}

Not sure what's the best way to contact your group but can you try doing this and see if it fixes it? I tried running the app but I'm getting this error when it prompts me to press the timer button.