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

A package that automatically generate a loading widget from your own widget.

A package that automatically generate a loading widget from your own widget.

# Usage First, add `redacted` as a dependency in your pubspec.yaml file.
dependencies:
  redacted: ^0.0.6

Don't forget to flutter pub get.

Example #

ShoeWidget()
    .redacted(context: context, redact: true)

Styling #

There is three styles you can choose from: ShimmerStyle, GlowStyle and StaticColorStyle

you can set the style like this:

ShoeWidget().redacted(
  context: context,
  redact: true,
  configuration: RedactedConfiguration(
    style: GlowStyle(
      color: Colors.grey, //default
      duration: const Duration(milliseconds: 800), //default
      inheritColor: false, //default
    ),
  ),
)
440
likes
0
pub points
92%
popularity

Publisher

unverified uploader

A package that automatically generate a loading widget from your own widget.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, measure_size, shimmer

More

Packages that depend on redacted