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

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

Timezone

Features #

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

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