fading_widget_animation 0.0.1 copy "fading_widget_animation: ^0.0.1" to clipboard
fading_widget_animation: ^0.0.1 copied to clipboard

A Flutter package that offers a smooth fading animation while loading on the screen to any widget of your choice!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fading_widget_animation
copied to clipboard

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

dependencies:
  fading_widget_animation: ^0.0.1
copied to clipboard

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:fading_widget_animation/fading_widget_animation.dart';
copied to clipboard
5
likes
140
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.13 - 2025.03.28

A Flutter package that offers a smooth fading animation while loading on the screen to any widget of your choice!

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fading_widget_animation