# cool_ui [![pub package](https://img.shields.io/pub/v/cool_ui.svg)](https://pub.dartlang.org/packages/cool_ui)

用flutter实现一些我认为好看的UI控件</br>
希望大家提一些觉得不错的控件,我自己一个人想有时候想到的比较有限


Usage Add this to your package's pubspec.yaml file: 

Flutter >=2.0
``` yaml
dependencies:
  cool_ui: "^1.0.0"
```

Flutter >=1.17
``` yaml
dependencies:
  cool_ui: "^0.6.1"
```

Flutter >=1.7
``` yaml
dependencies:
  cool_ui: "^0.4.1"
```

Flutter < 1.7
``` yaml
dependencies:
  cool_ui: "0.1.15"
```


# 控件

- [CupertinoPopoverButton](documents/popover.md#CupertinoPopoverButton)
- [CupertinoPopoverMenuList](documents/popover.md#CupertinoPopoverMenuList)
- [CupertinoPopoverMenuItem](documents/popover.md#CupertinoPopoverMenuItem)
- [showWeuiToast](documents/weui_toast.md#showWeuiToast)
- [showWeuiSuccessToast](documents/weui_toast.md#showWeuiSuccessToast)
- [showWeuiLoadingToast](documents/weui_toast.md#showWeuiLoadingToast)


# 自定义键盘(Customize Keyboard)

- [Get started](documents/custom_keyboard.md#Step1)
- [KeyboardController](documents/custom_keyboard.md#KeyboardController)