ripple_image_button 1.0.7 copy "ripple_image_button: ^1.0.7" to clipboard
ripple_image_button: ^1.0.7 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 Dart:

 $ dart pub add ripple_image_button

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 dart pub get):

dependencies:
  ripple_image_button: ^1.0.7

Alternatively, your editor might support dart pub get or 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
0
pub points
35%
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ripple_image_button