# cool_ui [![pub package](https://img.shields.io/pub/v/cool_ui.svg)](https://pub.dartlang.org/packages/cool_ui) 用flutter实现一些我认为好看的UI控件
希望大家提一些觉得不错的控件,我自己一个人想有时候想到的比较有限 Usage Add this to your package's pubspec.yaml file: ``` yaml dependencies: cool_ui: "^0.1.9" ``` # 控件 - [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) # 自定义键盘 - [Get started](documents/custom_keyboard.md#Step1) - [KeyboardController](documents/custom_keyboard.md#KeyboardController)