Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
queendevelopers authored Nov 30, 2024
2 parents f50511f + bbca961 commit a4ac580
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 21 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 4.2.0
## 4.2.2

- Removed unused import statements.

## 4.2.1

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

Expand Down
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,11 @@
<img src="https://img.shields.io/github/workflow/status/aagarwal1012/Animated-Text-Kit/CI?logo=github"
alt="Build Status" />
</a>
<a href="https://pub.green/packages/animated_text_kit#channel-stable">
<img src="https://img.shields.io/endpoint?url=https://pub.green/packages/animated_text_kit/badge?channel=stable&style=flat"
alt="Latest compatibility result for Stable channel" />
</a>
<a href="https://pub.green/packages/animated_text_kit#channel-beta">
<img src="https://img.shields.io/endpoint?url=https://pub.green/packages/animated_text_kit/badge?channel=beta&style=flat"
alt="Latest compatibility result for Beta channel" />
</a>
<a href="https://pub.green/packages/animated_text_kit#channel-dev">
<img src="https://img.shields.io/endpoint?url=https://pub.green/packages/animated_text_kit/badge?channel=dev&style=flat"
alt="Latest compatibility result for Dev channel" />
</a>
<br>
<a href="https://codecov.io/gh/aagarwal1012/Animated-Text-Kit">
<img src="https://codecov.io/gh/aagarwal1012/Animated-Text-Kit/branch/master/graph/badge.svg"
alt="Codecov Coverage" />
</a>
<a href="https://www.codefactor.io/repository/github/aagarwal1012/animated-text-kit">
<img src="https://www.codefactor.io/repository/github/aagarwal1012/animated-text-kit/badge"
alt="CodeFactor" />
</a>
<a href="https://opensource.org/licenses/MIT">
<img src="https://img.shields.io/github/license/aagarwal1012/animated-text-kit?color=red"
alt="License: MIT" />
Expand Down Expand Up @@ -91,7 +75,7 @@ Add this to your package's `pubspec.yaml` file:

```yaml
dependencies:
animated_text_kit: ^4.2.1
animated_text_kit: ^4.2.2
```
### 2. Install it
Expand Down
1 change: 0 additions & 1 deletion lib/src/typer.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:characters/characters.dart';
import 'package:flutter/material.dart';
import 'animated_text.dart';

Expand Down
1 change: 0 additions & 1 deletion lib/src/typewriter.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:characters/characters.dart';
import 'package:flutter/material.dart';
import 'animated_text.dart';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: animated_text_kit
description: A flutter package project which contains a collection of cool and beautiful text animations.
version: 4.2.1
version: 4.2.2
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/
maintainer: Ayush Agarwal (@aagarwal1012)

Expand Down

0 comments on commit a4ac580

Please sign in to comment.