Przeglądaj źródła

修正了文档的错误

Kevin 6 lat temu
rodzic
commit
7e0d19dd29
3 zmienionych plików z 8 dodań i 4 usunięć
  1. 3 3
      README.md
  2. 4 0
      documents/custom_keyboard.md
  3. 1 1
      pubspec.yaml

+ 3 - 3
README.md

@@ -7,7 +7,7 @@ Usage
 Add this to your package's pubspec.yaml file:
 ``` yaml
 dependencies:
-  cool_ui: "^0.1.8"
+  cool_ui: "^0.1.9"
 ```
 
 # 控件
@@ -22,5 +22,5 @@ dependencies:
 
 # 自定义键盘
 
-- [Get started](#自定义键盘使用方法快速入门)
-- [KeyboardController](#KeyboardController)
+- [Get started](documents/custom_keyboard.md#Step1)
+- [KeyboardController](documents/custom_keyboard.md#KeyboardController)

+ 4 - 0
documents/custom_keyboard.md

@@ -1,5 +1,9 @@
 # 自定义键盘使用方法快速入门
 
+## 效果
+
+<img width="38%" height="38%" src="./images/custom_keyboard.gif"/>
+
 ## Step1
 编写个性化的键盘
 

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: cool_ui
 description: 用flutter实现一些我认为好看的UI控件,目前暂时只有Popover,Weui,Custom Keyboard,不过有什么觉得好看的可以提Issue
-version: 0.1.8
+version: 0.1.9
 author: Kevin <liangkaikevin@gmail.com>
 homepage: https://github.com/Im-Kevin/cool_ui