PackageTrack
Sign in Get early access

animated_text_kit

A flutter package project which contains a collection of cool and beautiful text animations.

4.3.0 124K downloads/mo #67 most downloaded on pub.dev aagarwal1012/Animated-Text-Kit

What this package is like to depend on

Last release 10 months ago

04 Oct 2025

Ships unpredictably

gaps range from 8 days to 2.6 years

Nearly every release is documented

notes for 34 of 34 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

34 releases · first in 2018

1 release in the last 12 months

see the full history below

Release timeline

34 releases · Aug 2018 to Oct 2025
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 34
  1. 4.3.0 04 Oct 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v4.2.2...v4.3.0

    Open source →
    Release notes

    New Animated Text

    • Scramble Animated Text: Added scramble animation that displays text with a scrambling effect, where characters randomly change before settling to the final text.
    • Bounce Animated Text: Added bounce animation that displays text with a bouncing effect, where text bounces in from below with an elastic curve.
    Open source →
  2. 4.2.3 25 Jan 2025
    Release notes

    Add .pubignore to exclude grade wrapper files from package

    Open source →
    Release notes
    • Feature: Added AnimatedTextController to explicitly control animations. This allows developers more flexibility in managing animations. #349
    • Enhancement: Updated the example application to demonstrate the latest features and improvements. #354
    Open source →
  3. 4.2.2 05 Jun 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v4.2.0...v4.2.2

    Open source →
    Release notes
    • Removed unused import statements.
    Open source →
  4. 4.2.1 24 Apr 2021
    Release notes
    • Fix position in wavy animation #242
    Open source →
  5. 4.2.0 14 Apr 2021
    Release notes
    • Flicker Animated Text by @CoderInTheWoods.
    • TypewriterAnimatedText may now be customized to adjust the cursor.
    • Legacy Kit classes are now marked as deprecated
    • DefaultTextStyle may be used to set a common text style across AnimatedText instances
    • textStyle is no longer required for AnimatedText subclasses (except for ColorizeAnimatedText)
    • FadeAnimatedText may now be customized to adjust the fade-in and fade-out interval
    • BREAKING CHANGE: AnimatedText.completeText now has a BuildContext parameter
    • Migrated to nnbd(null-safety)
    • Added Flutter Favorite badge to readme.
    Open source →
    Release notes

    New Animated Text

    Open source →
  6. 4.1.1 26 Mar 2021
    Release notes
    • TypewriterAnimatedText may now be customized to adjust the cursor.
    Open source →
  7. 4.1.0 24 Mar 2021
    Release notes
    • Legacy Kit classes are now marked as deprecated
    • DefaultTextStyle may be used to set a common text style across AnimatedText instances
    • textStyle is no longer required for AnimatedText subclasses (except for ColorizeAnimatedText)
    • FadeAnimatedText may now be customized to adjust the fade-in and fade-out interval
    • BREAKING CHANGE: AnimatedText.completeText now has a BuildContext parameter
    Open source →
  8. 4.0.0 22 Feb 2021
    Release notes
    • Migrated to nnbd(null-safety)
    Open source →
  9. 3.1.2 17 Feb 2021
    Release notes
    • Fixed insecure links in readme.
    Open source →
  10. 3.1.1 17 Feb 2021
    Release notes
    • Added Flutter Favorite badge to readme.
    Open source →
  11. 3.1.0 17 Dec 2020
    Release notes

    Enhancements

    • Added rotateOut flag to RotateAnimatedText so that one may optionally disable the rotation-out animation.
    • Updated the example app to demonstrate RotateAnimatedText with rotateOut disabled.
    Open source →
    Release notes
    • Added rotateOut flag to RotateAnimatedText so that one may optionally disable the rotation-out animation.
    • Updated the example app to demonstrate RotateAnimatedText with rotateOut disabled.
    Open source →
  12. 3.0.2 15 Dec 2020
    Release notes
    • Fixed major bug #168, introduced with version 3.0.0
    • Updated the example app to show a Tap Count
    • Optimized the dispose for AnimatedTextKit.
    • Added missing return type to onNext function signatures.
    • Optimized the initState for AnimatedTextKit.
    Open source →
    Release notes
    • Fixed major bug #168, introduced with version 3
    • Updated the example app to show a Tap Count
    • Optimized the dispose for AnimatedTextKit
    • Added missing return type to onNext function signatures
    Open source →
  13. 3.0.1 11 Dec 2020
    Release notes
    • Optimized the initState for AnimatedTextKit.
    Open source →
  14. 3.0.0 07 Dec 2020
    Release notes

    v3.0.0

    • Refactored code to reduce duplication, improve consistency, and simplify making new animations. Created AnimatedText and AnimatedTextKit. PR #157
    • Removed the unused alignment property from all except RotateAnimatedTextKit. Resolves #153
    • Added a textDirection property to ColorizeAnimatedTextKit to support RTL text. Resolves #109
    • Added a loadUntil property to TextLiquidFill to optionally show a partial fill. Resolves #75
    • Optimized TextLiquidFill. PR #165
    • Optimized ColorizeAnimatedTextKit. PR #155
    • Updated the Dart SDK constraint to be 2.10+.
    • Regenerated the example platform code. PR #162
    • Migrated from Travis CI to GitHub Actions.
    Open source →
    Release notes
    • Refactored code to reduce duplication, improve consistency, and simplify making new animations. Created AnimatedText and AnimatedTextKit. PR #157
    • Removed the unused alignment property from all except RotateAnimatedTextKit. Resolves #153
    • Added a textDirection property to ColorizeAnimatedTextKit to support RTL text. Resolves #109
    • Added a loadUntil property to TextLiquidFill to optionally show a partial fill. Resolves #75
    • Optimized TextLiquidFill. PR #165
    • Optimized ColorizeAnimatedTextKit. PR #155
    • Updated the Dart SDK constraint to be 2.10+.
    • Regenerated the example platform code. PR #162
    • Migrated from Travis CI to GitHub Actions.
    Open source →
  15. 2.5.4 06 Nov 2020
    Release notes

    Documentation

    Added missing dart documentation to the public classes and methods.

    Open source →
    Release notes
    • Added missing dart documentation to the public classes and methods.
    Open source →
  16. 2.5.3 01 Nov 2020
    Release notes

    Bug Fixes and Enhancements

    • Updated the README to revert links to be pub.dev friendly.
    • Bug fix for ScaleAnimatedTextKit to check mounted before setState to avoid potential conflict with dispose. Resolves #105 -- PR #143
    • Minor bug fix to RotateAnimatedTextKit to properly handle alignment property, and introduced textDirection property #138
    • Increased test coverage #128
    Open source →
    Release notes
    • Updated the README to revert links to be pub.dev friendly.
    Open source →
  17. 2.5.2 01 Nov 2020
    Release notes

    Issue Fixed

    • Bug fix for ScaleAnimatedTextKit to check mounted before setState to avoid potential conflict with dispose. Resolves #105 -- PR #143
    Open source →
  18. 2.5.1 26 Oct 2020
    Release notes

    Bug Fixes and Enhancements

    • Minor bug fix to RotateAnimatedTextKit to properly handle alignment property, and introduced textDirection property #138
    • Increased test coverage #128
    Open source →
  19. 2.5.0 24 Oct 2020
    Release notes

    @awhitford is on fire, a ton of bug fixes and improvements from his side.

    • Increase test coverage #137 and #135.
    • Removed redundant _texts variables #133.
    • Added pedantic lint rules. #132.
    • Refactored code to move default logic from the State class to the StatefulWidget #131.
    • Revised _textKey to not be a global variable. Resolves #129 issue -- PR #130.
    • Other basic improvements #136 and #134.
    Open source →
    Release notes

    Bug Fixes and Enhancements

    • Increase test coverage #137 and #135.
    • Removed redundant _texts variables #133.
    • Added pedantic lint rules. #132.
    • Refactored code to move default logic from the State class to the StatefulWidget #131.
    • Revised _textKey to not be a global variable. Resolves #129 issue -- PR #130.
    • Other basic improvements #136 and #134.
    Open source →
  20. 2.4.1 18 Oct 2020
    Release notes

    Issue Fixed

    Open source →
  21. 2.4.0 14 Oct 2020
    Release notes

    Issues Fixed

    Open source →
  22. 2.3.0 03 Oct 2020
    Release notes

    New Animated Text

    Issues Fixed

    Open source →
  23. 2.2.0 30 May 2020
    Release notes

    Issues Fixed

    Code Review #81

    • Removed obsolete new keywords.
    • Added types to collection and function variables.
    • Added final and const keywords.
    • Replaced null guards with concise ?. and ?? operators.
    • Added missing null check on dispose for FadeAnimatedTextKit.
    • In fade.dart, renamed the _RotatingTextState class to _FadeTextState to be consistent with the overall pattern and avoid confusion with _RotatingTextState in rotate.dart.

    Warning:

    • Removed onNextBeforePause from ColorizeAnimatedTextKit because it was not referenced.
    Open source →
  24. 2.1.0 22 May 2020
    Release notes

    Issues Fixed

    Feature Enhancement

    • Add repeatForever option.

      repeatForever: true, //this will ignore [totalRepeatCount]
      
    Open source →
  25. 2.0.1 29 Apr 2020
    Release notes
    • Minor updates.
    Open source →
  26. 2.0.0 25 Dec 2019
    Release notes
    • TextLiquidFill animated text added to the package🎉🎉

    • Breaking Changes: Different arguments are included in the classes and duration has been broken into speed and pause in some classes as per their needs.

      • duration - Change the duration from the animation time of the complete list to single element animation time.
      • speed - Time between the display of characters.
      • pause - Delay between the animation of texts.
      • totalRepeatCount - Sets the number of times animation should repeat
      • displayFullTextOnTap - If true, tapping the screen will stop current animated text, and display it fully.
      • stopPauseOnTap - If true, tapping during a pause will stop it and start the next text animation.
    • Better control over Animated Texts: Callbacks added:

      • onNext(int index, bool isLast) - This callback will be called before the next text animation, after the previous ones pause.
      • onNextBeforePause(int index, bool isLast) - This callback will be called before the next text animation, before the previous one's pause.
      • onFinished - This callback is called at the end when the parameter isRepeatingAnimation is set to false.
    Open source →
  27. 1.3.1 28 May 2019
    Release notes
    • Updated example app readme.
    • Added documentation for the various parameters of all the animated widgets.
    Open source →
  28. 1.3.0 30 Jan 2019
    Release notes

    Feature Enhancement

    • Added attribute to align text.
    • Updated Readme.
    Open source →
  29. 1.2.0 21 Nov 2018
    Release notes

    Feature Enhancement

    • Added attribute to check whether the animation should repeat or not.
    • Updated Readme.
    Open source →
  30. 1.1.1 25 Oct 2018
    Release notes
    • Fixed flutter formatting issues.
    Open source →
  31. 1.1.0 19 Sep 2018
    Release notes

    Feature Enhancement

    • Added onTap callback for all AnimatedText widget.
    • Updated Readme.
    Open source →
  32. 1.0.3 14 Aug 2018
    Release notes
    • General update.
    Open source →
  33. 1.0.2 10 Aug 2018
    Release notes
    • Updated Readme.
    Open source →
  34. 1.0.1 10 Aug 2018
    Release notes
    • Initial Release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive