aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.65k stars 305 forks source link

How to manual restart? #247

Closed anggaaryas closed 3 years ago

anggaaryas commented 3 years ago

Describe the bug How to force repeat animation when isRepeatingAnimation = false? Maybe we need manual restart animation.

To Reproduce Steps to reproduce the behavior:

  1. Create simple AnimationTextKit
  2. change text with setState
  3. Animation should be restarted

Expected behavior Animation should be restarted

Flutter: Flutter (Channel stable, 2.0.0, on Microsoft Windows [Version 10.0.19043.964], locale en-US)

Dart: Dart 2.12.0

anggaaryas commented 3 years ago

243