Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/_src/dropdown_menu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class _DropdownMenuState extends DropdownState<DropdownMenu>
Widget build(BuildContext context) {
List<Widget> list = [];

print("build ${new DateTime.now()}");
// print("build ${new DateTime.now()}");

if (_show) {
list.add(
Expand Down Expand Up @@ -282,7 +282,7 @@ class _DropdownMenuState extends DropdownState<DropdownMenu>
_show = true;
});

return new Future.value(null);
return new TickerFuture.complete();
}

break;
Expand Down