From bbca961079b6e366f2f98119870df41251d395c5 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Sun, 5 Jun 2022 20:17:54 +0530 Subject: [PATCH] Removed unused imports and bump version to v4.2.2 --- CHANGELOG.md | 6 +++++- README.md | 18 +----------------- lib/src/typer.dart | 1 - lib/src/typewriter.dart | 1 - pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6729b60..68b7560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index e71a4fb..b18288a 100644 --- a/README.md +++ b/README.md @@ -17,27 +17,11 @@ Build Status - - Latest compatibility result for Stable channel - - - Latest compatibility result for Beta channel - - - Latest compatibility result for Dev channel -
Codecov Coverage - - CodeFactor - License: MIT @@ -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 diff --git a/lib/src/typer.dart b/lib/src/typer.dart index 0bd79db..c631932 100644 --- a/lib/src/typer.dart +++ b/lib/src/typer.dart @@ -1,4 +1,3 @@ -import 'package:characters/characters.dart'; import 'package:flutter/material.dart'; import 'animated_text.dart'; diff --git a/lib/src/typewriter.dart b/lib/src/typewriter.dart index aa75ebf..860c9b5 100644 --- a/lib/src/typewriter.dart +++ b/lib/src/typewriter.dart @@ -1,4 +1,3 @@ -import 'package:characters/characters.dart'; import 'package:flutter/material.dart'; import 'animated_text.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 656e774..570bbc0 100644 --- a/pubspec.yaml +++ b/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: 4.2.1 +version: 4.2.2 homepage: https://github.com/aagarwal1012/Animated-Text-Kit/ maintainer: Ayush Agarwal (@aagarwal1012)