bloc_event_transformers 0.0.1
bloc_event_transformers: ^0.0.1 copied to clipboard
Configurable transformers for your bloc (bloclibrary.dev) events. Throttle, debounce, skip, and delay with ease.
Skip implementing transformers on your own and configure timings in which events in your bloc's are processed.
Available transformers:
- throttle
- debounce
- skip
- delay