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

outdated

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

Flutter Fade-In pub package #

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

Supports Material & Cupertino widgets.

Pub - API Docs - GitHub

Install #

Add this as a dependency in your pubspec.yaml:

dependencies:
  flutter_fadein: ^1.0.1

Usage #

import 'package:flutter_fadein/flutter_fadein.dart';

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