esenmx / podex

Collection of should have StateNotifiers for combining with Riverpod/Provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

podex

Collection of custom StateNotifiers. Riverpod / StateNotifierProvider or Provider / LocatorMixin

Notifiers:

ReplayNotifier

Similar to ReplaySubject. Keeps previous states as many as capacity allows. Has undo(), redo() methods.

DebouncedNotifier

Similar to Rx.debounce(). See docs: debounce()

ThrottleFirst!

ThrottleFirstNotifier

ThrottleFirst!

ThrottleLastNotifier

ThrottleFirst!

ThrottleLatestNotifier

ThrottleFirst!

About

Collection of should have StateNotifiers for combining with Riverpod/Provider

License:MIT License


Languages

Language:Dart 99.1%Language:Makefile 0.9%