wuchuheng_helper 0.0.3 copy "wuchuheng_helper: ^0.0.3" to clipboard
wuchuheng_helper: ^0.0.3 copied to clipboard

wuchuheng's help library

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);
}

Additional information #

contribute to the package, how to file issues, what response they can expect from the package authors, and more.

1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

wuchuheng's help library

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on wuchuheng_helper