File tree 3 files changed +7
-2
lines changed 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
+
1
6
## 3.0.2
2
7
3
8
- 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:
66
66
67
67
``` yaml
68
68
dependencies :
69
- animated_text_kit : ^3.0.2
69
+ animated_text_kit : ^3.1.0
70
70
` ` `
71
71
72
72
### 2. Install it
Original file line number Diff line number Diff line change 1
1
name : animated_text_kit
2
2
description : A flutter package project which contains a collection of cool and beautiful text animations.
3
- version : 3.0.2
3
+ version : 3.1.0
4
4
homepage : https://github.com/aagarwal1012/Animated-Text-Kit/
5
5
maintainer : Ayush Agarwal (@aagarwal1012)
6
6
You can’t perform that action at this time.
0 commit comments