popup_window 1.0.0+6 popup_window: ^1.0.0+6 copied to clipboard
Display A Dialog like Android Native Window, which can display by position in screen.
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