ripple_image_button 1.1.3 copy "ripple_image_button: ^1.1.3" to clipboard
ripple_image_button: ^1.1.3 copied to clipboard

RippleImageButton has ripple effect on click. Image widget can not ripple effect on wrapped InkWell Widget. so I tried to Container Widget and could be have ripple effect on click

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ripple_image_button

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ripple_image_button: ^1.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ripple_image_button/ripple_image_button.dart';
2
likes
160
pub points
33%
popularity

Publisher

unverified uploader

RippleImageButton has ripple effect on click. Image widget can not ripple effect on wrapped InkWell Widget. so I tried to Container Widget and could be have ripple effect on click

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ripple_image_button