File tree 5 files changed +7
-21
lines changed 5 files changed +7
-21
lines changed 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
2
6
3
7
- Fix position in wavy animation [ #242 ] ( https://github.com/aagarwal1012/Animated-Text-Kit/pull/242 )
4
8
Original file line number Diff line number Diff line change 17
17
<img src="https://img.shields.io/github/workflow/status/aagarwal1012/Animated-Text-Kit/CI?logo=github"
18
18
alt="Build Status" />
19
19
</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 >
32
20
<br >
33
21
<a href =" https://codecov.io/gh/aagarwal1012/Animated-Text-Kit " >
34
22
<img src="https://codecov.io/gh/aagarwal1012/Animated-Text-Kit/branch/master/graph/badge.svg"
35
23
alt="Codecov Coverage" />
36
24
</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 >
41
25
<a href =" https://opensource.org/licenses/MIT " >
42
26
<img src="https://img.shields.io/github/license/aagarwal1012/animated-text-kit?color=red"
43
27
alt="License: MIT" />
@@ -91,7 +75,7 @@ Add this to your package's `pubspec.yaml` file:
91
75
92
76
``` yaml
93
77
dependencies :
94
- animated_text_kit : ^4.2.1
78
+ animated_text_kit : ^4.2.2
95
79
` ` `
96
80
97
81
### 2. Install it
Original file line number Diff line number Diff line change 1
- import 'package:characters/characters.dart' ;
2
1
import 'package:flutter/material.dart' ;
3
2
import 'animated_text.dart' ;
4
3
Original file line number Diff line number Diff line change 1
- import 'package:characters/characters.dart' ;
2
1
import 'package:flutter/material.dart' ;
3
2
import 'animated_text.dart' ;
4
3
Original file line number Diff line number Diff line change 1
1
name : animated_text_kit
2
2
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
4
4
homepage : https://github.com/aagarwal1012/Animated-Text-Kit/
5
5
maintainer : Ayush Agarwal (@aagarwal1012)
6
6
You can’t perform that action at this time.
0 commit comments