searchable_dropdown
searchable_dropdown copied to clipboard
Close popup issue
After update the latest version, use same logic with new changes, I get this error when dropdown opened and I go to another page , in previous version used same logic but I don't have this issue
The following assertion was thrown while finalizing the widget tree: You have popped the last page off of the stack, there are no pages left to show 'package:go_router/src/delegate.dart': Failed assertion: line 119 pos 7: 'currentConfiguration.isNotEmpty'
When the exception was thrown, this was the stack:
#2 GoRouterDelegate._debugAssertMatchListNotEmpty (package:go_router/src/delegate.dart:119:7)
#3 GoRouterDelegate._completeRouteMatch.