Skip to content

Commit c49a007

Browse files
authored
Merge pull request #181 from awhitford/release310
Prep release for Version 3.1.0
2 parents 3eabc5a + 9ee6748 commit c49a007

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Add this to your package's `pubspec.yaml` file:
6666

6767
```yaml
6868
dependencies:
69-
animated_text_kit: ^3.0.2
69+
animated_text_kit: ^3.1.0
7070
```
7171
7272
### 2. Install it

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: animated_text_kit
22
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
44
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/
55
maintainer: Ayush Agarwal (@aagarwal1012)
66

0 commit comments

Comments
 (0)