Wuchuheng Helper | Coderz Repository

wuchuheng_helper

Last updated:

0 purchases

wuchuheng_helper Image
wuchuheng_helper Images

Free

Languages

Categories

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: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.