File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
9377dependencies :
94- animated_text_kit : ^4.2.1
78+ animated_text_kit : ^4.2.2
9579` ` `
9680
9781### 2. Install it
Original file line number Diff line number Diff line change 1- import 'package:characters/characters.dart' ;
21import 'package:flutter/material.dart' ;
32import 'animated_text.dart' ;
43
Original file line number Diff line number Diff line change 1- import 'package:characters/characters.dart' ;
21import 'package:flutter/material.dart' ;
32import 'animated_text.dart' ;
43
Original file line number Diff line number Diff line change 11name : animated_text_kit
22description : A flutter package project which contains a collection of cool and beautiful text animations.
3- version : 4.2.1
3+ version : 4.2.2
44homepage : https://github.com/aagarwal1012/Animated-Text-Kit/
55maintainer : Ayush Agarwal (@aagarwal1012)
66
You can’t perform that action at this time.
0 commit comments