Questions tagged [animated-text-kit]

2 questions
0
votes
1 answer

Automatic scrolling with animated typer animated text kit in flutter

I am looking for a way to implement this in Flutter. Auto-scroll as animated text kit typer is typing out contents like following I tried using this as a function for the scrollController in a listview but it only gets stuck scrollToListBottom()…
0
votes
0 answers

Flutter - animating text

I am trying to animate some text. I would like the text to be typed out, with some parts of the text having a different style applied to them. I found the AnimatedTextKit package an tried using it. child: AnimatedTextKit( animatedTexts: [ …
SomeDutchGuy
  • 2,249
  • 4
  • 16
  • 42