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

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.2.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
140
pub points
65%
popularity

Publisher

verified publishermethompson.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, uuid

More

Packages that depend on debouncer_widget