Skip to content

Commit caeb7af

Browse files
committed
bump version to v2.5.0
1 parent af36e40 commit caeb7af

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ coverage/
88
# Edit at https://www.toptal.com/developers/gitignore?templates=code,flutter,macos
99

1010
### Code ###
11-
.vscode/*
11+
.idea
12+
.vscode
1213
!.vscode/settings.json
1314
!.vscode/tasks.json
1415
!.vscode/launch.json

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.5.0
2+
**Bug Fixes and Enhancements**
3+
- Increase test coverage [#137](https://github.com/aagarwal1012/Animated-Text-Kit/pull/137) and [#135](https://github.com/aagarwal1012/Animated-Text-Kit/pull/135).
4+
- Removed redundant _texts variables [#133](https://github.com/aagarwal1012/Animated-Text-Kit/pull/133).
5+
- Added pedantic lint rules. [#132](https://github.com/aagarwal1012/Animated-Text-Kit/pull/132).
6+
- Refactored code to move default logic from the State class to the StatefulWidget [#131](https://github.com/aagarwal1012/Animated-Text-Kit/pull/131).
7+
- Revised _textKey to not be a global variable. Resolves [#129](https://github.com/aagarwal1012/Animated-Text-Kit/issues/129) issue -- PR [#130](https://github.com/aagarwal1012/Animated-Text-Kit/pull/130).
8+
- Other basic improvements [#136](https://github.com/aagarwal1012/Animated-Text-Kit/pull/136) and [#134](https://github.com/aagarwal1012/Animated-Text-Kit/pull/134).
9+
110
## 2.4.1
211
**Issue Fixed**
312
- Issue [#125](https://github.com/aagarwal1012/Animated-Text-Kit/issues/125)

README.md

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

5656
```yaml
5757
dependencies:
58-
animated_text_kit: ^2.4.1
58+
animated_text_kit: ^2.5.0
5959
```
6060
6161
### 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: 2.4.1
3+
version: 2.5.0
44
author: Ayush Agarwal <aagarwal9782@gmail.com>
55
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/
66
maintainer: Ayush Agarwal (@aagarwal1012)

0 commit comments

Comments
 (0)