londonappbrewery / quizzler-flutter-challenge-final

Completed version of the Quizzler project in the Complete Flutter Bootcamp
https://www.appbrewery.co
63 stars 137 forks source link

After reset, first question is not visible and when I click on true/false button it submits the answer and icon is printed without showing the question and than it directly shows the second question. #13

Open hitesh2327 opened 3 years ago

TanmayJadhav commented 3 years ago

just add quizBrain.reset and scorekeeper = [] in setState()

mtalharana commented 2 years ago

Same Error. I think void reset() { _questionNumber =-1; } }