Skip to content

esenmx/podex

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published