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.64k stars 306 forks source link

TextLiquidFill re-renders when user comes back to the screen #315

Open incrediblezayed opened 1 year ago

incrediblezayed commented 1 year ago

Basically, I'm using TextLiquidFIll in a website hero section, and the section is re rendered everytime when user scrolls down and comes back

To Reproduce Steps to reproduce the behavior:

  1. Use any scrollview
  2. Add TextLiquidFill
  3. Scroll Down and Scroll Up again
  4. The text will start with the wave effect

The text should only be rendered once, I tried using it in stateless widget directly without any stateful element

Flutter:

Dart: