brewkits.dev

  • Packages
Results 4 packages owned by brewkits.dev
Sort by

flutter_debounce_throttlecopy "flutter_debounce_throttle: ^2.3.1" to clipboard
flutter_debounce_throttle: ^2.3.1 copied to clipboard

recently created package Added 6 days ago
1
likes
150
points
164
downloads
Production-ready debounce, throttle, and rate limiting for Flutter. Prevent double-clicks, API spam, race conditions, and memory leaks with auto lifecycle management. Includes widgets, mixins, and hooks.#debounce#throttle#rate-limiting#ui#production

flutter_debounce_throttle_hookscopy "flutter_debounce_throttle_hooks: ^2.3.1" to clipboard
flutter_debounce_throttle_hooks: ^2.3.1 copied to clipboard

recently created package Added 6 days ago
0
likes
160
points
158
downloads
Flutter Hooks integration for flutter_debounce_throttle. Auto-dispose debounce and throttle controllers with HookWidget.#debounce#throttle#flutter-hooks#async#ui

flutter_debounce_throttle_corecopy "flutter_debounce_throttle_core: ^1.1.2" to clipboard
flutter_debounce_throttle_core: ^1.1.2 copied to clipboard

recently created package Added 6 days ago
0
likes
150
points
165
downloads
[DISCONTINUED] Use dart_debounce_throttle instead. This package has been renamed to follow Dart naming conventions.#deprecated#discontinued

dart_debounce_throttlecopy "dart_debounce_throttle: ^2.3.1" to clipboard
dart_debounce_throttle: ^2.3.1 copied to clipboard

recently created package Added 3 days ago
0
likes
160
points
39
downloads
Production-safe debounce, throttle, and rate limiting for Pure Dart. Auto-cleanup, error handling, and zero dependencies.#debounce#throttle#rate-limiting#async#production