You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue where the reverse animation does not activate when calling _advancedDrawerController.hideDrawer(). The drawer closes instantly without the expected transition effect.
I have resolved the animation timing issue when closing the drawer by using WidgetsBinding.instance.addPostFrameCallback. This ensures that the drawer's hide operation (_advancedDrawerController.hideDrawer()) is scheduled to run after the widget tree has been rebuilt.
Animation not active when hide drawer from item menu different when open the drawer menu
The text was updated successfully, but these errors were encountered: