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

Using Pro Shimmer you can create powerfull shimmer effect like text, sized or generated.

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,
                    )
                  ],
                )),
10
likes
140
pub points
87%
popularity

Publisher

verified publishertupandas.dev

Using Pro Shimmer you can create powerfull shimmer effect like text, sized or generated.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on shimmer_pro