File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 3.1.0
2+
3+ - Added ` rotateOut ` flag to ` RotateAnimatedText ` so that one may optionally disable the _ rotation-out_ animation.
4+ - Updated the ` example ` app to demonstrate ` RotateAnimatedText ` with ` rotateOut ` disabled.
5+
16## 3.0.2
27
38- Fixed major bug [ #168 ] ( https://github.com/aagarwal1012/Animated-Text-Kit/issues/168 ) , introduced with version 3
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Add this to your package's `pubspec.yaml` file:
6666
6767``` yaml
6868dependencies :
69- animated_text_kit : ^3.0.2
69+ animated_text_kit : ^3.1.0
7070` ` `
7171
7272### 2. Install it
Original file line number Diff line number Diff line change 11name : animated_text_kit
22description : A flutter package project which contains a collection of cool and beautiful text animations.
3- version : 3.0.2
3+ version : 3.1.0
44homepage : https://github.com/aagarwal1012/Animated-Text-Kit/
55maintainer : Ayush Agarwal (@aagarwal1012)
66
You can’t perform that action at this time.
0 commit comments