pressable 0.2.0 copy "pressable: ^0.2.0" to clipboard
pressable: ^0.2.0 copied to clipboard

outdated

Add various touch effects to your widgets. Supports ripple, scale, opacity, fill, and custom builder.

Pressable #

Quickly add tap effects to your widgets.

Work in progress. Widgets may change at any time.

Pressable.opacity(
  onPressed: () {
    print('Opacity pressed');
  },
  child: const ExampleButton(title: 'Opacity'),
)

Supported effects:

  • Ripple (InkWell)
  • Scale
  • Opacity
  • Fill
  • Custom builder
4
likes
0
pub points
60%
popularity

Publisher

verified publishervojtech.net

Add various touch effects to your widgets. Supports ripple, scale, opacity, fill, and custom builder.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, flutter

More

Packages that depend on pressable