From fa78a437ff8b3b0aa7febc5202c709330c4f23bf Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Sun, 4 Oct 2020 03:36:51 +0530 Subject: [PATCH] bump version to v2.3.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 24 +++++++++++++----------- pubspec.yaml | 2 +- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f64e6..32cc0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.2.0 +**New Animated Text** +- Wavy Text by [@SirusCodes](https://github.com/SirusCodes). + +**Issues Fixed** + +- Issue [#112](https://github.com/aagarwal1012/Animated-Text-Kit/pull/112) + +- Issue [#107](https://github.com/aagarwal1012/Animated-Text-Kit/pull/107) + ## 2.1.0 **Issues Fixed** diff --git a/README.md b/README.md index 8c6de17..36251bb 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - animated_text_kit: ^2.1.0 + animated_text_kit: ^2.2.0 ``` ### 2. Install it @@ -293,24 +293,26 @@ SizedBox( ); ``` -## Wavy +To get more information about how the animated text made from scratch by @HemilPanchiwala, visit the Medium [blog](https://link.medium.com/AfxVRdkWJ2). - +## Wavy - + ```dart WavyAnimatedTextKit( - textStyle: TextStyle(fontSize: 20), + textStyle: TextStyle( + fontSize: 32.0, + fontWeight: FontWeight.bold + ), text: [ "Hello World", "Look at the waves", ], + isRepeatingAnimation: true, ), ``` -To get more information about how the animated text made from scratch by @HemilPanchiwala, visit the Medium [blog](https://link.medium.com/AfxVRdkWJ2). - # Bugs or Requests If you encounter any problems feel free to open an [issue](https://github.com/aagarwal1012/Animated-Text-Kit/issues/new?template=bug_report.md). If you feel the library is missing a feature, please raise a [ticket](https://github.com/aagarwal1012/Animated-Text-Kit/issues/new?template=feature_request.md) on GitHub and I'll look into it. Pull request are also welcome. @@ -331,17 +333,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - + - + - + - + diff --git a/pubspec.yaml b/pubspec.yaml index e169c83..45f9b0b 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: 2.1.0 +version: 2.2.0 author: Ayush Agarwal homepage: https://github.com/aagarwal1012/Animated-Text-Kit/ maintainer: Ayush Agarwal (@aagarwal1012)

Muhammed Salih Guler

🐛

Muhammed Salih Guler

🐛

Anders Cheow

🐛 🤔

Rohit Ashiwal

🐛

Rohit Ashiwal

🐛

AdamSGit

🤔 🚧

Hemil Panchiwala

🚧 🤔 📖 💡

YiMing Han

🤔

YiMing Han

🤔

Aayush Malhotra

🚧 🤔 🐛

Anthony Whitford

🤔 🚧

Jordy Wong

🐛

Jordy Wong

🐛

Darshan Rander

🤔 💻 🎨 📖

Nsiah Akuoko Jeremiah

💻

Aniket Ambore

📖