flutter/examples/stocks
Hixie a3ae46b97e Introduce a showPopupMenu() function
Instead of having to manage the popup menu from your app's build
function, you now just call showPopupMenu() with the menu's position and
it takes care of everything for you.

This solves the problem that the popup menu was trying to mutate the
state of the navigator from within its own initState() function.

Also, remove the "route" argument to RouteBase.build() since it equals
"this" by definition...

Also, remove ModalOverlay, and instead put that logic in the navigator.
2015-09-18 16:57:15 -07:00
..
apk Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
data Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
lib Introduce a showPopupMenu() function 2015-09-18 16:57:15 -07:00
BUILD.gn Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00
pubspec.yaml Pubspec for Stocks example 2015-08-10 12:43:36 -07:00
sky.yaml Move example out of sky/packages to //examples 2015-08-07 17:04:50 -07:00