Skip to main content

Posts

Featured

Gradient Animation Text Package (Flutter/Pub.dev)

This Flutter package lets you make animated gradient texts without any hassle. Just pass the text , colors , and the duration of the animation and you're done! Using the transform and reverse , you can achieve amazing effects. Create your animated gradient text. The 3 required arguments are: text (Text): The text. colors (List<Colors>): List of colors you want in your gradient. duration (Duration): Duration for which a single gradient animation runs. Reverse the animation. This plays the animation backward when a single iteration of the forward animation is completed. You set reverse to true to enable this. Transform your gradient. You can transform your gradient using transform property. Use GradientTranform classes such as SweepGradient , and GradientRotation to tranform.

Latest posts

Tic Tac Toe Game (HTML/CSS/Javascript)

Spelling Checker (Python)

Dr. X's Appointment App (Flutter/Google Play)

Workout Tracker App (Flutter/Google Play)

Car Evaluation System (C++)