Skip to content

Commit

Permalink
添加lottie使用示例
Browse files Browse the repository at this point in the history
  • Loading branch information
simplezhli committed Apr 16, 2021
1 parent fc1867e commit 1302970
Show file tree
Hide file tree
Showing 10 changed files with 17,522 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The effect of some pages is as follows:
| ![](./preview/Screenshot_13.png) | ![](./preview/Screenshot_14.png) | ![](./preview/Screenshot_15.png) | ![](./preview/Screenshot_17.png) |
| ![](./preview/Screenshot_18.png) | ![](./preview/Screenshot_19.png) | ![](./preview/Screenshot_20.png) | ![](./preview/Screenshot_21.png) |
| ![](./preview/Screenshot_22.jpg) | ![](./preview/Screenshot_23.jpg) | ![](./preview/Screenshot_24.jpg) | ![](./preview/Screenshot_25.jpg) |
| ![](./preview/Screenshot_26.jpg) | ![](./preview/Screenshot_27.jpg) | | |
| ![](./preview/Screenshot_26.jpg) | ![](./preview/Screenshot_27.jpg) | ![](./preview/lottie.gif) | |

## Content

Expand Down Expand Up @@ -138,6 +138,7 @@ Web:https://simplezhli.github.io/flutter_deer/
| [qr_code_scanner](https://github.com/juliuscanute/qr_code_scanner) | **Scan code** |
| [intl](https://github.com/dart-lang/intl) | **Localization** |
| [vibration](https://github.com/benjamindean/flutter_vibration) | **Vibration** |
| [lottie](https://github.com/xvrh/lottie-flutter) | **lottie** |

For details, please refer to the [pubspec.yaml](https://github.com/simplezhli/flutter_deer/blob/master/pubspec.yaml) file.

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
| ![](./preview/Screenshot_13.png) | ![](./preview/Screenshot_14.png) | ![](./preview/Screenshot_15.png) | ![](./preview/Screenshot_17.png) |
| ![](./preview/Screenshot_18.png) | ![](./preview/Screenshot_19.png) | ![](./preview/Screenshot_20.png) | ![](./preview/Screenshot_21.png) |
| ![](./preview/Screenshot_22.jpg) | ![](./preview/Screenshot_23.jpg) | ![](./preview/Screenshot_24.jpg) | ![](./preview/Screenshot_25.jpg) |
| ![](./preview/Screenshot_26.jpg) | ![](./preview/Screenshot_27.jpg) | | |
| ![](./preview/Screenshot_26.jpg) | ![](./preview/Screenshot_27.jpg) | ![](./preview/lottie.gif) | |

**觉得还可以的话,来个Star、Fork支持一波!有问题欢迎提Issue。**

Expand Down Expand Up @@ -49,6 +49,7 @@
* 自定义简易日历
* 曲线图及[饼状图](https://dartpad.cn/d06f8f737d6eb2d87978eb2d14b87864)
* 模块化路由管理
* 更多Demo(水波纹动画、刮刮卡、lottie)
* 更多的细节优化

具体可以下载体验:
Expand Down Expand Up @@ -146,6 +147,7 @@ Web体验地址:https://simplezhli.github.io/flutter_deer/
| [qr_code_scanner](https://github.com/juliuscanute/qr_code_scanner) | **扫码功能** |
| [intl](https://github.com/dart-lang/intl) | **本地化** |
| [vibration](https://github.com/benjamindean/flutter_vibration) | **振动** |
| [lottie](https://github.com/xvrh/lottie-flutter) | **动画效果** |

详细内容可以参看[pubspec.yaml](https://github.com/simplezhli/flutter_deer/blob/master/pubspec.yaml)文件

Expand Down
Loading

0 comments on commit 1302970

Please sign in to comment.