提交 7e0d19dd authored 作者: Kevin's avatar Kevin

修正了文档的错误

上级 45b10b5b
...@@ -7,7 +7,7 @@ Usage ...@@ -7,7 +7,7 @@ Usage
Add this to your package's pubspec.yaml file: Add this to your package's pubspec.yaml file:
``` yaml ``` yaml
dependencies: dependencies:
cool_ui: "^0.1.8" cool_ui: "^0.1.9"
``` ```
# 控件 # 控件
...@@ -22,5 +22,5 @@ dependencies: ...@@ -22,5 +22,5 @@ dependencies:
# 自定义键盘 # 自定义键盘
- [Get started](#自定义键盘使用方法快速入门) - [Get started](documents/custom_keyboard.md#Step1)
- [KeyboardController](#KeyboardController) - [KeyboardController](documents/custom_keyboard.md#KeyboardController)
\ No newline at end of file \ No newline at end of file
# 自定义键盘使用方法快速入门 # 自定义键盘使用方法快速入门
## 效果
<img width="38%" height="38%" src="./images/custom_keyboard.gif"/>
## Step1 ## Step1
编写个性化的键盘 编写个性化的键盘
......
name: cool_ui name: cool_ui
description: 用flutter实现一些我认为好看的UI控件,目前暂时只有Popover,Weui,Custom Keyboard,不过有什么觉得好看的可以提Issue description: 用flutter实现一些我认为好看的UI控件,目前暂时只有Popover,Weui,Custom Keyboard,不过有什么觉得好看的可以提Issue
version: 0.1.8 version: 0.1.9
author: Kevin <liangkaikevin@gmail.com> author: Kevin <liangkaikevin@gmail.com>
homepage: https://github.com/Im-Kevin/cool_ui homepage: https://github.com/Im-Kevin/cool_ui
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论