Skip to content

Commit bbca961

Browse files
committed
Removed unused imports and bump version to v4.2.2
1 parent 24c2592 commit bbca961

File tree

5 files changed

+7
-21
lines changed

5 files changed

+7
-21
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## 4.2.0
1+
## 4.2.2
2+
3+
- Removed unused import statements.
4+
5+
## 4.2.1
26

37
- Fix position in wavy animation [#242](https://github.com/aagarwal1012/Animated-Text-Kit/pull/242)
48

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,11 @@
1717
<img src="https://img.shields.io/github/workflow/status/aagarwal1012/Animated-Text-Kit/CI?logo=github"
1818
alt="Build Status" />
1919
</a>
20-
<a href="https://pub.green/packages/animated_text_kit#channel-stable">
21-
<img src="https://img.shields.io/endpoint?url=https://pub.green/packages/animated_text_kit/badge?channel=stable&style=flat"
22-
alt="Latest compatibility result for Stable channel" />
23-
</a>
24-
<a href="https://pub.green/packages/animated_text_kit#channel-beta">
25-
<img src="https://img.shields.io/endpoint?url=https://pub.green/packages/animated_text_kit/badge?channel=beta&style=flat"
26-
alt="Latest compatibility result for Beta channel" />
27-
</a>
28-
<a href="https://pub.green/packages/animated_text_kit#channel-dev">
29-
<img src="https://img.shields.io/endpoint?url=https://pub.green/packages/animated_text_kit/badge?channel=dev&style=flat"
30-
alt="Latest compatibility result for Dev channel" />
31-
</a>
3220
<br>
3321
<a href="https://codecov.io/gh/aagarwal1012/Animated-Text-Kit">
3422
<img src="https://codecov.io/gh/aagarwal1012/Animated-Text-Kit/branch/master/graph/badge.svg"
3523
alt="Codecov Coverage" />
3624
</a>
37-
<a href="https://www.codefactor.io/repository/github/aagarwal1012/animated-text-kit">
38-
<img src="https://www.codefactor.io/repository/github/aagarwal1012/animated-text-kit/badge"
39-
alt="CodeFactor" />
40-
</a>
4125
<a href="https://opensource.org/licenses/MIT">
4226
<img src="https://img.shields.io/github/license/aagarwal1012/animated-text-kit?color=red"
4327
alt="License: MIT" />
@@ -91,7 +75,7 @@ Add this to your package's `pubspec.yaml` file:
9175

9276
```yaml
9377
dependencies:
94-
animated_text_kit: ^4.2.1
78+
animated_text_kit: ^4.2.2
9579
```
9680
9781
### 2. Install it

lib/src/typer.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'package:characters/characters.dart';
21
import 'package:flutter/material.dart';
32
import 'animated_text.dart';
43

lib/src/typewriter.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'package:characters/characters.dart';
21
import 'package:flutter/material.dart';
32
import 'animated_text.dart';
43

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

0 commit comments

Comments
 (0)