sequential_text_fade 0.0.2
sequential_text_fade: ^0.0.2 copied to clipboard
A Flutter package that displays a sequence of texts fading in and out, using a SequentialTextFade widget for the animation.
Sequential Text Fade #
A Flutter package for displaying a series of text messages with smooth fading animations. Perfect for announcements, updates, and highlighting important information, it ensures an engaging and dynamic user experience.
Sequential Text Fade #
- The
SequentialTextFadewidget displays a list of texts that sequentially fade in and out.
https://github.com/user-attachments/assets/55838be1-21a4-425d-8500-5b98f1a1b189
Sequential Rotating Text Fade #
- The
SequentialRotatingTextFadewidget continuously cycles through the list of texts, fading each in and out in a repeating loop.
https://github.com/user-attachments/assets/47e35104-fd72-4735-8f5f-cf0e4c6e679e
Features #
- Display a list of texts that fade in sequentially.
- Customizable delay and duration for the fade animations.
Getting started #
Installation #
Add the following to your pubspec.yaml file:
dependencies:
sequential_text_fade: ^0.0.2
Usage #
Import the package in your Dart file:
import 'package:sequential_text_fade/sequential_text_fade.dart';