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

Libraries

d_bounce