ripple_action_button 1.0.0 copy "ripple_action_button: ^1.0.0" to clipboard
ripple_action_button: ^1.0.0 copied to clipboard

A versatile, state-driven button widget with ripple effects for Flutter. Supports idle, loading, success, and error states with full customization.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ripple_action_button

With Flutter:

 $ flutter pub add ripple_action_button

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

dependencies:
  ripple_action_button: ^1.0.0

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_action_button/ripple_action_button.dart';
4
likes
0
points
419
downloads

Publisher

verified publisherfahomid.com

Weekly Downloads

A versatile, state-driven button widget with ripple effects for Flutter. Supports idle, loading, success, and error states with full customization.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, flutter, logger

More

Packages that depend on ripple_action_button