flutter/dev/benchmarks/complex_layout
Adam Barth 7ab122e557 PopupMenuButton should lazily build menu items
Previously, the client of PopupMenuButton needed to build all the menu times

when building the PopupMenuButton. This can get expensive if, for example, each
item in a scrollable list has a popup menu associated with it.

Now the client passes a builder function to the PopupMenuButton that gets
invoked only when its time to show the menu items.
2016-04-06 13:28:09 -07:00
..
android Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
ios Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
lib PopupMenuButton should lazily build menu items 2016-04-06 13:28:09 -07:00
test_driver [driver] give the timeline data some structure 2016-04-04 17:07:16 -07:00
.gitignore Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
flutter.yaml Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
pubspec.yaml Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00