bloc_event_transformers 2.0.0
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
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)