Home > Net >  How to create a jumping text or animated text in flutter?
How to create a jumping text or animated text in flutter?

Time:02-19

I need to animate the text widget as shown in the picture

CodePudding user response:

use this package

animated_text_kit: ^4.2.1

In your situation you will use

Wavy

Animation

CodePudding user response:

Use this package it is exactly the one you are looking for

progress_indicators: ^1.0.0
  • Related