-
Notifications
You must be signed in to change notification settings - Fork 76
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
This ValueListenableBuilder<SideMenuDisplayMode> widget cannot be marked as needing to build because the framework is locked. #29
Comments
The SideMenu also disappears from the Row when exception occurs |
Hello, |
@Jamalianpour - awesome!! Thank you!! I look forward to it 👍 |
@Jamalianpour when will the next release happen? Sorry for the question - this is one of the last things blocking our web launch! |
@kylegraycar, The new version will be released tonight |
Version 0.4.1 has been released on pub.dev |
I'm trying to go "home" to the widget with SideMenu, navigating from a child page of a page in the SideMenu:
Navigator.pushNamedAndRemoveUntil(context, '/', (route) => false);
Causes this exception:
The text was updated successfully, but these errors were encountered: