README.md 918 Bytes
Newer Older
Kevin's avatar
Kevin committed
1
# cool_ui [![pub package](https://img.shields.io/pub/v/cool_ui.svg)](https://pub.dartlang.org/packages/cool_ui)
Kevin's avatar
Kevin committed
2

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

Im-Kevin's avatar
Im-Kevin committed
6 7 8 9
Usage
Add this to your package's pubspec.yaml file:
``` yaml
dependencies:
Kevin's avatar
Kevin committed
10
  cool_ui: "^0.1.8"
Im-Kevin's avatar
Im-Kevin committed
11
```
Kevin's avatar
Kevin committed
12

13
# 控件
Kevin's avatar
Kevin committed
14

Kevin's avatar
Kevin committed
15 16 17 18 19 20
- [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)
21 22


Kevin's avatar
Kevin committed
23
# 自定义键盘
24

Kevin's avatar
Kevin committed
25 26
- [Get started](#自定义键盘使用方法快速入门)
- [KeyboardController](#KeyboardController)