-
Notifications
You must be signed in to change notification settings - Fork 484
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: View with content crashes in some routing scenarios #1001
Conversation
What was the issue please? |
Racing condition. It occurs with Flutter animations/transitions, like in your case a routing view has been already removed from a page, but routing animation is still happening. |
You can try the fix with pre-release. It's ready. |
Hey! I just tried with the latest pre, and same issue. |
Ah, i forgot that parameter. |
Hey. It's still not working. Can you check if the flet pre was successfully loaded? |
I ran it with the |
* Update __str__ for command * dart pub publish --force --dry-run * Remove drt run * Fix: View with content crashes in some routing scenarios Fixed flet-dev#996
No description provided.