debounce_ops
A lightweight Dart/Flutter package for debouncing operations โ useful for reducing noise from rapid-fire events like button presses, text input changes, and more.
โจ Features
- ๐ Simple debounce utility
- ๐งผ Clean and readable API
- โ Useful for user input handling, network requests, or event throttling
๐ Getting Started
Add this to your pubspec.yaml:
yaml
dependencies: debounce_ops: ^1.0.0
Then run:
flutter pub get