flutter_fadein 1.0.0 copy "flutter_fadein: ^1.0.0" to clipboard
flutter_fadein: ^1.0.0 copied to clipboard

outdated

Simple Flutter widget to fade-in your widgets once they are mounted.

Flutter Fade-In #

Simple Flutter widget to fade-in your widgets once they are mounted.

Supports Material & Cupertino widgets.

Install #

Add this as a dependency in your pubspec.yaml:

dependencies:
  flutter_fadein: ^1.0.0

Usage #

FadeIn(
  child: Text("This will be faded-in!"),
  // Optional paramaters
  duration: Duration(milliseconds: 250),
  curve: Curves.easeIn,
)
52
likes
0
pub points
94%
popularity

Publisher

verified publishercretezy.com

Simple Flutter widget to fade-in your widgets once they are mounted.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_fadein