slowly 0.4.1
slowly: ^0.4.1 copied to clipboard
A robust utility for debounce, throttle, and mutex (exhaust) execution in Dart.
0.4.1 - 2026-03-03 #
- chore: remove flutter dependency, transform to pure dart package
0.4.0 - 2026-03-03 #
- feat: add mutex;
- fix: debounce and throttle with maxDuration and ensureLast
0.3.0 2025-7-22 #
- refactor Slowly, debounce/throttle support callback
0.2.0 #
- feat Debounce::isUnlock, Throttle::isUnlock
0.1.0 #
- Added Debounce, Throttle and Slowly