popup_window 1.1.0 popup_window: ^1.1.0 copied to clipboard
Display A Dialog like Android Native Window, which can display by position in screen.
1.1.0 #
- remove deprecated child and window, use buttonBuilder and windowBuilder instead.
- remove unused code
1.0.0+6 #
- Support custom window show not only when button click. You can call PopupWindowButton.of(context).showPopupWindow() in button builder.
- deprecated child and window, next version will remove them and use buttonBuilder and windowBuilder instead.
1.0.0+5 #
- Add show and dismiss callback
1.0.0+4 #
- Support custom animation
1.0.0+3 #
- improve animation of window
1.0.0+2 #
- modify readme
1.0.0+1 #
- Initial experimentation