Just a quick note: In the next lecture, in the questions_summary.dart file, there will be a typo.

Instead of writing

Text(((data['question'] as int) + 1).toString()),

write

Text(((data['question_index'] as int) + 1).toString()),