shimmer_pro 0.0.5 copy "shimmer_pro: ^0.0.5" to clipboard
shimmer_pro: ^0.0.5 copied to clipboard

discontinued
outdated

Shimmer effect with easy usage.

Shimmer Pro #

Shimmer effect with easy usage.

How to use #

import 'package:shimmer_pro/shimmer_pro.dart';
    ShimmerPro.text(
              light: shimmerlight,
              width: 450,
              scaffoldBackgroundColor: bgColor,
            ),
  ShimmerPro.sized(
                      light: shimmerlight,
                      scaffoldBackgroundColor: bgColor,
                      height: 100,
                      width: 100,
                      borderRadius: 50,
                    ),
   ShimmerPro.generated(
                light: shimmerlight,
                scaffoldBackgroundColor: bgColor,
                child: Row(
                  children: [
                    ShimmerPro.sized(
                      light: shimmerlight,
                      scaffoldBackgroundColor: bgColor,
                      height: 100,
                      width: 100,
                    ),
                    ShimmerPro.sized(
                      light: shimmerlight,
                      scaffoldBackgroundColor: bgColor,
                      height: 100,
                      width: 100,
                    ),
                    ShimmerPro.text(
                      light: shimmerlight,
                      scaffoldBackgroundColor: bgColor,
                      width: 150,
                    )
                  ],
                )),
24
likes
115
points
115
downloads

Documentation

API reference

Publisher

verified publisherblubox.dev

Weekly Downloads

Shimmer effect with easy usage.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on shimmer_pro