easy_debounce 2.0.3 copy "easy_debounce: ^2.0.3" to clipboard
easy_debounce: ^2.0.3 copied to clipboard

An extremely easy-to-use method call debouncer package for Dart/Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_debounce

With Flutter:

 $ flutter pub add easy_debounce

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

dependencies:
  easy_debounce: ^2.0.3

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:easy_debounce/easy_debounce.dart';
348
likes
130
pub points
99%
popularity

Publisher

verified publishermagnuswikhog.com

An extremely easy-to-use method call debouncer package for Dart/Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on easy_debounce