flutter_debounce_throttle_riverpod 1.0.2
flutter_debounce_throttle_riverpod: ^1.0.2 copied to clipboard
Riverpod integration for flutter_debounce_throttle. EventLimiterController auto-disposes with Ref lifecycle. Zero boilerplate.
1.0.2 #
- Metadata: Add missing CHANGELOG entries to fix pub.dev score validation.
1.0.1 #
- Dependencies: Broaden
riverpoddependency to">=2.6.0 <4.0.0"to support Riverpod 3.x. - Dependencies: Bump
lintsto^6.0.0.
1.0.0 #
Initial release #
EventLimiterController— debounce/throttle controller that auto-disposes with a RiverpodReflifecycle.Ref.eventLimiter()extension for zero-boilerplate setup insidebuild().EventLimiterController.standalone()constructor for use inConsumerStatefulWidgetwithout a ref.- Supports debounce, throttle, async debounce (with
DebounceResult), and async throttle keyed by string ID. - Pure Dart — no Flutter dependency; works with any Riverpod notifier type.