cool_ui 0.1.7 cool_ui: ^0.1.7 copied to clipboard
用flutter实现一些我认为好看的UI控件,目前暂时只有Popover,Weui,不过有什么觉得好看的可以提Issue
cool_ui #
用flutter实现一些我认为好看的UI控件
希望大家提一些觉得不错的控件,我自己一个人想有时候想到的比较有限
Usage Add this to your package's pubspec.yaml file:
dependencies:
cool_ui: "^0.1.7"
控件 #
- CupertinoPopoverButton
- CupertinoPopoverMenuList
- CupertinoPopoverMenuItem
- showWeuiToast
- showWeuiSuccessToast
- showWeuiLoadingToast
自定义键盘 #
暂时未编写文档,具体请查看Demo与NumberKeyboard的实现