fade_widget_kit 1.1.8 copy "fade_widget_kit: ^1.1.8" to clipboard
fade_widget_kit: ^1.1.8 copied to clipboard

A Flutter package that simplifies adding fade-in and fade-out animations to widgets, ideal for transitions and UI enhancements.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fade_widget_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fade_widget_kit: ^1.1.8

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fade_widget_kit/fade_widget_kit.dart';
6
likes
160
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that simplifies adding fade-in and fade-out animations to widgets, ideal for transitions and UI enhancements.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on fade_widget_kit