Skip to content

Releases: aagarwal1012/Animated-Text-Kit

Better Control & TextLiquidFill Animated Text

26 Dec 19:09
66b1d1e
Compare
Choose a tag to compare

2.0.0

  • 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.

Align Text

30 Jan 22:41
69ac9a8
Compare
Choose a tag to compare

Added alignment property to Stack and textAlign property to Text.

❤️ isRepeatingAnimation

21 Nov 18:09
f9fa842
Compare
Choose a tag to compare
  • Added attribute to check whether the animation should repeat or not.
  • Updated Readme.
  • Fixed flutter formatting issues.

onTap callback

19 Sep 14:14
Compare
Choose a tag to compare

Feature Enhancement

  • Added onTap callback for all AnimatedText widget.
  • Updated Readme.

General Update

14 Aug 17:48
Compare
Choose a tag to compare
v1.0.3

:tada: update version to 1.0.3

First Release

12 Aug 08:01
Compare
Choose a tag to compare
v1.0.2

Updated pull request section in contributing.md