shimmer_animation 0.0.7 copy "shimmer_animation: ^0.0.7" to clipboard
shimmer_animation: ^0.0.7 copied to clipboard

outdated

This is a new shimmer animation widget that can help you bring simple yet beutiful animations to your project with ease.

shimmer_animation #

pub package

This is a new shimmer animation widget that can help you bring simple yet beautiful animations to your project with ease.

How to use #

Add shimmer_animation to pubspec.yaml of your project:

dependencies:
  shimmer_animation: ^0.0.6

Import it in your Dart code:

import 'package:shimmer_animation/shimmer_animation.dart';

Wrap any widget with Shimmer() widget to apply animaton:

  Shimmer(
    duration: Duration(seconds: 3), //Default value
    color: Colors.white, //Default value
    enabled: true, //Default value
    direction: ShimmerDirection.fromLTRB(),  //Default Value
    child: Container(
      color: Colors.deepPurple,
    ),
  ),

A preview of this:

Shimmer Animation

License #

MIT License.

370
likes
0
pub points
98%
popularity

Publisher

unverified uploader

This is a new shimmer animation widget that can help you bring simple yet beutiful animations to your project with ease.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on shimmer_animation