Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoGuo committed Jan 2, 2020
1 parent 85cd88d commit a071742
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![CI](https://github.com/Tino/pin_input_text_field/workflows/Flutter%20Build%20Test%20CI/badge.svg)
[![pub package](https://img.shields.io/pub/v/pin_input_text_field.svg)](https://pub.dartlang.org/packages/pin_input_text_field)
![GitHub](https://img.shields.io/github/license/TinoGuo/pin_input_text_field)
![GitHub top language](https://img.shields.io/github/languages/top/TinoGuo/pin_input_text_field)
Expand All @@ -22,21 +23,19 @@ Thanks to the [Flutter Web](https://flutter.dev/web), you can enjoy the preview

### Decoration

UnderlineDecoration
**UnderlineDecoration**

![](gifs/underline.gif)


BoxLooseDecoration
**BoxLooseDecoration**

![](gifs/boxloose.gif)


BoxTightDecoration
**BoxTightDecoration**

![](gifs/boxtight.gif)

CircleDecoration
**CircleDecoration**

![](gifs/circle.gif)

Expand Down
9 changes: 5 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![CI](https://github.com/Tino/pin_input_text_field/workflows/Flutter%20Build%20Test%20CI/badge.svg)
[![pub package](https://img.shields.io/pub/v/pin_input_text_field.svg)](https://pub.dartlang.org/packages/pin_input_text_field)
![GitHub](https://img.shields.io/github/license/TinoGuo/pin_input_text_field)
![GitHub top language](https://img.shields.io/github/languages/top/TinoGuo/pin_input_text_field)
Expand All @@ -21,21 +22,21 @@ PinInputTextField是一个Flutter平台上用来展示不同样式的验证码

### 装饰器

UnderlineDecoration
**UnderlineDecoration**

![](gifs/underline.gif)


BoxLooseDecoration
**BoxLooseDecoration**

![](gifs/boxloose.gif)


BoxTightDecoration
**BoxTightDecoration**

![](gifs/boxtight.gif)

CircleDecoration
**CircleDecoration**

![](gifs/circle.gif)

Expand Down

0 comments on commit a071742

Please sign in to comment.