Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
example/android/gradle/wrapper/gradle-wrapper.jar
example/android/gradlew
example/android/gradlew.bat
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.2.3

- **Feature:** Added `AnimatedTextController` to explicitly control animations. This allows developers more flexibility in managing animations. [#349](https://github.com/aagarwal1012/Animated-Text-Kit/pull/349)
- **Enhancement:** Updated the example application to demonstrate the latest features and improvements. [#354](https://github.com/aagarwal1012/Animated-Text-Kit/pull/354)

## 4.2.2

- Removed unused import statements.
Expand Down
Binary file removed example/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
160 changes: 0 additions & 160 deletions example/android/gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions example/android/gradlew.bat

This file was deleted.

4 changes: 2 additions & 2 deletions 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.2
version: 4.2.3
homepage: https://github.com/aagarwal1012/Animated-Text-Kit/
maintainer: Ayush Agarwal (@aagarwal1012)

Expand All @@ -15,5 +15,5 @@ dev_dependencies:
lints: ^5.1.1

environment:
sdk: ">=2.12.0-0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"
Loading