We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7193547 commit cc0c210Copy full SHA for cc0c210
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.5.4
2
+
3
+- Added missing dart documentation to the public classes and methods.
4
5
## 2.5.3
6
7
- Updated the `README` to revert links to be `pub.dev` friendly.
README.md
@@ -59,7 +59,7 @@ Add this to your package's `pubspec.yaml` file:
59
60
```yaml
61
dependencies:
62
- animated_text_kit: ^2.5.3
+ animated_text_kit: ^2.5.4
63
```
64
65
### 2. Install it
pubspec.yaml
@@ -1,6 +1,6 @@
name: animated_text_kit
description: A flutter package project which contains a collection of cool and beautiful text animations.
-version: 2.5.3
+version: 2.5.4
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/
maintainer: Ayush Agarwal (@aagarwal1012)
0 commit comments