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

outdated

A Debounce widget that allows a user to perform actions after they are finished making changes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add debouncer_widget

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

dependencies:
  debouncer_widget: ^1.0.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:debouncer_widget/debouncer_widget.dart';
1
likes
0
points
120
downloads

Publisher

verified publishermethompson.com

Weekly Downloads

A Debounce widget that allows a user to perform actions after they are finished making changes.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, uuid

More

Packages that depend on debouncer_widget