flutter_debounce_throttle_riverpod 1.0.2 copy "flutter_debounce_throttle_riverpod: ^1.0.2" to clipboard
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 riverpod dependency to ">=2.6.0 <4.0.0" to support Riverpod 3.x.
  • Dependencies: Bump lints to ^6.0.0.

1.0.0 #

Initial release #

  • EventLimiterController — debounce/throttle controller that auto-disposes with a Riverpod Ref lifecycle.
  • Ref.eventLimiter() extension for zero-boilerplate setup inside build().
  • EventLimiterController.standalone() constructor for use in ConsumerStatefulWidget without 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.
1
likes
160
points
129
downloads

Documentation

API reference

Publisher

verified publisherbrewkits.dev

Weekly Downloads

Riverpod integration for flutter_debounce_throttle. EventLimiterController auto-disposes with Ref lifecycle. Zero boilerplate.

Repository (GitHub)
View/report issues
Contributing

Topics

#debounce #throttle #riverpod #state-management #async

License

MIT (license)

Dependencies

dart_debounce_throttle, meta, riverpod

More

Packages that depend on flutter_debounce_throttle_riverpod