Skip to content

Commit 63f5c72

Browse files
authored
Merge pull request #146 from awhitford/release253
Patch Release 2.5.3.
2 parents bbb8e94 + 5473a15 commit 63f5c72

3 files changed

Lines changed: 19 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 2.5.3
2+
3+
- Updated the `README` to revert links to be `pub.dev` friendly.
4+
15
## 2.5.2
26

3-
**Bug Fixes and Enhancements**
7+
**Issue Fixed**
48

59
- Bug fix for `ScaleAnimatedTextKit` to check `mounted` before `setState` to avoid potential conflict with `dispose`. Resolves [#105](https://github.com/aagarwal1012/Animated-Text-Kit/issues/105) -- PR [#143](https://github.com/aagarwal1012/Animated-Text-Kit/pull/143)
610

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align="center"><img src="display/cover.gif?raw=true"/></div>
1+
<div align="center"><img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/cover.gif?raw=true"/></div>
22

33
# <div align="center">Animated Text Kit</div>
44

@@ -59,7 +59,7 @@ Add this to your package's `pubspec.yaml` file:
5959

6060
```yaml
6161
dependencies:
62-
animated_text_kit: ^2.5.2
62+
animated_text_kit: ^2.5.3
6363
```
6464
6565
### 2. Install it
@@ -112,7 +112,7 @@ Also, different callbacks are added to each AnimatedTextKit class along with the
112112

113113
## Rotate
114114

115-
<img src="display/rotate.gif?raw=true" align = "right" height = "300px">
115+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/rotate.gif?raw=true" align = "right" height = "300px">
116116

117117
```dart
118118
Row(
@@ -140,7 +140,7 @@ Row(
140140

141141
## Fade
142142

143-
<img src="display/fade.gif?raw=true" align = "right" height = "300px">
143+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/fade.gif?raw=true" align = "right" height = "300px">
144144

145145
```dart
146146
SizedBox(
@@ -166,7 +166,7 @@ SizedBox(
166166

167167
## Typer
168168

169-
<img src="display/typer.gif?raw=true" align = "right" height = "300px">
169+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/typer.gif?raw=true" align = "right" height = "300px">
170170

171171
```dart
172172
SizedBox(
@@ -193,7 +193,7 @@ SizedBox(
193193

194194
## Typewriter
195195

196-
<img src="display/typewriter.gif?raw=true" align = "right" height = "300px">
196+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/typewriter.gif?raw=true" align = "right" height = "300px">
197197

198198
```dart
199199
SizedBox(
@@ -220,7 +220,7 @@ SizedBox(
220220

221221
## Scale
222222

223-
<img src="display/scale.gif?raw=true" align = "right" height = "300px">
223+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/scale.gif?raw=true" align = "right" height = "300px">
224224

225225
```dart
226226
SizedBox(
@@ -246,7 +246,7 @@ SizedBox(
246246

247247
## Colorize
248248

249-
<img src="display/colorize.gif?raw=true" align = "right" height = "300px">
249+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/colorize.gif?raw=true" align = "right" height = "300px">
250250

251251
```dart
252252
SizedBox(
@@ -280,7 +280,7 @@ SizedBox(
280280

281281
## TextLiquidFill
282282

283-
<img src="display/text_liquid_fill.gif?raw=true" align = "right" height = "300px">
283+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/text_liquid_fill.gif?raw=true" align = "right" height = "300px">
284284

285285
```dart
286286
SizedBox(
@@ -302,7 +302,7 @@ To get more information about how the animated text made from scratch by @HemilP
302302

303303
## Wavy
304304

305-
<img src="display/wavy.gif?raw=true" align = "right" height = "300px">
305+
<img src="https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/display/wavy.gif?raw=true" align = "right" height = "300px">
306306

307307
```dart
308308
WavyAnimatedTextKit(
@@ -322,7 +322,7 @@ WavyAnimatedTextKit(
322322

323323
If you encounter any problems feel free to open an [issue](https://github.com/aagarwal1012/Animated-Text-Kit/issues/new?template=bug_report.md). If you feel the library is missing a feature, please raise a [ticket](https://github.com/aagarwal1012/Animated-Text-Kit/issues/new?template=feature_request.md) on GitHub and I'll look into it. Pull request are also welcome.
324324

325-
See [Contributing.md](CONTRIBUTING.md).
325+
See [Contributing.md](https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/CONTRIBUTING.md).
326326

327327
# Donate
328328

@@ -361,8 +361,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
361361

362362
<!-- ALL-CONTRIBUTORS-LIST:END -->
363363

364-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome! See [Contributing.md](CONTRIBUTING.md).
364+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome! See [Contributing.md](https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/CONTRIBUTING.md).
365365

366366
# License
367367

368-
Animated-Text-Kit is licensed under `MIT license`. View [license](LICENSE).
368+
Animated-Text-Kit is licensed under `MIT license`. View [license](https://github.com/aagarwal1012/Animated-Text-Kit/blob/master/LICENSE).

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.5.2
3+
version: 2.5.3
44
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/
55
maintainer: Ayush Agarwal (@aagarwal1012)
66

0 commit comments

Comments
 (0)