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

Update quiz_brain.dart #15

Open alfhad opened 3 years ago

alfhad commented 3 years ago

It resolves the issue for starting with the second question after every restart

ajini-sahaejana commented 3 years ago

This is not really necessary as it starts from the beginning of the code after every restart :D

alfhad commented 3 years ago

You won't restart the app every time you finish the quiz. So when you click on the prompt it starts from the second question.

On Wed, 14 Apr 2021, 03:18 Ajini Perera, @.***> wrote:

This is not really necessary as it starts from the beginning of the code after every restart :D

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/londonappbrewery/quizzler-flutter-challenge-final/pull/15#issuecomment-819075691, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKC3X6KIIV7ZXVSFZBM2IXDTIS3ZLANCNFSM42KQFZDQ .

ajini-sahaejana commented 3 years ago

If you have followed the exact path as the course does, there won't be no such problem. :D

alfhad commented 3 years ago

The code given in this repository and in the course both fail on the second run. Fail as in start from the second question. You should have a look I saw that and then made the changes.

On Fri, 16 Apr 2021, 02:27 Ajini Perera, @.***> wrote:

If you have followed the exact path as the course does, there won't be no such problem. :D

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/londonappbrewery/quizzler-flutter-challenge-final/pull/15#issuecomment-820725611, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKC3X6MOXQNTFPEAL5UQMMLTI5HL7ANCNFSM42KQFZDQ .

alfhad commented 3 years ago

I guess you need to check it correctly. The code when you clone the repository works fine but restarts with the second question. I saw the bug and that is why I put the changes therem

ajini-sahaejana commented 3 years ago

Run mine and see if you get the same error :D

Scientist265 commented 2 years ago

My app is getting the alert each time the user choose the false option

alfhad commented 2 years ago

@angelabauer @maxeema @TheMuellenator can I know why isn't there any update to this PR?

Scientist265 commented 2 years ago

@angelabauer @maxeema @TheMuellenator can I know why isn't there any update to this PR?

Please do you have idea why My app is working that way ?

alfhad commented 2 years ago

@Scientist265 can you explain me what error are you getting exactly ?

Scientist265 commented 2 years ago

@Scientist265 can you explain me what error are you getting exactly ?

I've resolved the issue now Thanks

alfhad commented 2 years ago

Alright!