Skip to content
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

fix : preventing modifying the widget tree while it is still building #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hardikm9850
Copy link

@hardikm9850 hardikm9850 commented Apr 30, 2023

Issue:
The root cause for the issue was that we were modifying the widget tree while it was still building.

Fix:
The framework suggested adding a delay with 'Future'

Screenshot 2023-04-30 at 12 25 50 PM

This Fixes #1

Issue:
The root cause for the issue was that we were modifying the widget tree while it was still building. 
Fix:
The framework suggested to add a delay with 'Future'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flutter_riverpod package issue with provider
1 participant