wuchuheng_helper

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

wuchuheng helper

know whether this package might be useful for them.
Features #

debounce

Getting started #
start using the package.
Usage #
import 'package:wuchuheng_helper/src/helper.dart';

void main() {
final callback = debounce((int data) {
print(data); // 4
}, 100);
callback(1);
callback(2);
callback(3);
callback(4);
}
copied to clipboard
Additional information #
contribute to the package, how to file issues, what response they can expect
from the package authors, and more.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.