-
Notifications
You must be signed in to change notification settings - Fork 136
Update quiz_brain.dart #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
It resolves the issue for starting with the second question after every restart
|
This is not really necessary as it starts from the beginning of the code after every restart :D |
|
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
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKC3X6KIIV7ZXVSFZBM2IXDTIS3ZLANCNFSM42KQFZDQ>
.
|
|
If you have followed the exact path as the course does, there won't be no such problem. |
|
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
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKC3X6MOXQNTFPEAL5UQMMLTI5HL7ANCNFSM42KQFZDQ>
.
|
ajini-sahaejana
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please clone and run the following project and see if you get the same error.
https://github.com/ajini-sahaejana/quizzler-flutter
This project is exactly the same as the challenge depicts.
|
I guess you need to check it correctly. The code when you clone the repository works fine but restarts with the second question. |
|
Run mine and see if you get the same error :D |
|
My app is getting the alert each time the user choose the false option |
|
@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 ? |
|
@Scientist265 can you explain me what error are you getting exactly ? |
I've resolved the issue now Thanks |
|
Alright! |
It resolves the issue for starting with the second question after every restart