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