ripple_effect 0.1.0 copy "ripple_effect: ^0.1.0" to clipboard
ripple_effect: ^0.1.0 copied to clipboard

outdated

An easy way to achieve a ripple effect on you flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ripple_effect

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

dependencies:
  ripple_effect: ^0.1.0

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_effect/ripple_effect.dart';
32
likes
30
pub points
62%
popularity

Publisher

verified publisherericdallo.dev

An easy way to achieve a ripple effect on you flutter app.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, rect_getter

More

Packages that depend on ripple_effect