kumi_popup_window 1.0.12 kumi_popup_window: ^1.0.12 copied to clipboard
A simple and easy-to-use pop-up window. There are no flashy preset templates. Everything you want to pop up is customized by you.
[1.0.12] #
- 新增弹出框的安全显示控制参数needSafeDisplay,详见注释
- 优化相对于屏幕的弹出框,如果是相对于屏幕的弹框,可以不写宽高,默认可撑满屏幕
- Newly added security display control parameter needsafedisplay in pop-up box, see note for details
- Optimize the pop-up box relative to the screen. If it is a pop-up box relative to the screen, you can not write the width and height. By default, it can hold the full screen
[1.0.11] #
- 测试升级到flutter 1.22.2版本成功
- 优化动画,新增curve属性用于自定义插值器
- Flutter upgrade to 1.22.2 test success
- Optimize animation, add curve attribute for custom interpolator
[1.0.10] #
- 测试升级到flutter 1.7.3版本成功
- Flutter upgrade to 1.7.3 test success
[1.0.9] #
- 调用dismiss()之前判断isShow
- Determine isShow before calling dismiss ()
[1.0.8] #
- 删除SafeArea
- Delete SafeArea
[1.0.7] #
- 新增isShow属性
- Added isShow property
[1.0.6] #
- dismiss()方法添加禁止动画的参数
- dismiss () method adds a parameter that prohibits animation
[1.0.5] #
- 修改默认遮罩层颜色
- Modify the default mask layer color
[1.0.4] #
- 为dismiss()法新增可选参数
- Added optional parameters for dismiss()
[1.0.3] #
- fix bug
[1.0.2] #
- 新增onClickOut()和onClickBack()
- Added onClickOut () and onClickBack ()
[1.0.1] #
*修改部分方法
- Modification method.
[1.0.0] #
- first version.