easy_shimmer 0.0.4 copy "easy_shimmer: ^0.0.4" to clipboard
easy_shimmer: ^0.0.4 copied to clipboard

A flutter package to add adaptive shimmer in any widget for Android and IOS

Features #

A flutter package easy_shimmer is helps to add adaptive shimmer in any widget for Android and IOS

device-2024-03-07-164828 device-2024-03-07-165746

Getting started #

easy_shimmer is basically an improved shimmer, so you can just use as an extension to any flutter widget that you want.

Usage #

   Column(
      children: [
        const Text('Easy shimmer with Text widget').easyShimmer(
          baseColor: Colors.white38,
          highlightColor: Colors.white70,
        ),
        const SizedBox(
          height: 40,
        ),
        const SizedBox(
          height: 200,
          width: 200,
        ).easyShimmer(
          baseColor: Colors.white38,
          highlightColor: Colors.white70,
        ),
        const SizedBox(
          height: 40,
        ),
      ],
    )
11
likes
0
pub points
0%
popularity

Publisher

verified publisherwhiteorangesoftware.com

A flutter package to add adaptive shimmer in any widget for Android and IOS

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shimmer

More

Packages that depend on easy_shimmer