File tree Expand file tree Collapse file tree
packages/flutter_debounce_throttle_hooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.3.0
2+
3+ ** Production-Safe Defaults** - Updated to support flutter_debounce_throttle 2.3.0.
4+
5+ ### What Changed
6+
7+ - Updated dependency: ` flutter_debounce_throttle ` to ` ^2.3.0 `
8+ - All hooks now benefit from auto-cleanup enabled by default
9+ - Improved memory safety for apps using dynamic IDs with hooks
10+
11+ ### No API Changes
12+
13+ All hooks remain exactly the same. This is a dependency update only.
14+
15+ ---
16+
117## 2.0.0
218
319** BREAKING CHANGE** - Core dependency renamed to follow Dart naming conventions.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_debounce_throttle_hooks
22description : >-
33 Flutter Hooks integration for flutter_debounce_throttle.
44 Auto-dispose debounce and throttle controllers with HookWidget.
5- version : 2.0 .0
5+ version : 2.3 .0
66homepage : https://github.com/brewkits/flutter_debounce_throttle
77repository : https://github.com/brewkits/flutter_debounce_throttle
88issue_tracker : https://github.com/brewkits/flutter_debounce_throttle/issues
@@ -22,7 +22,7 @@ dependencies:
2222 flutter :
2323 sdk : flutter
2424 flutter_hooks : ^0.21.3
25- flutter_debounce_throttle : ^2.0 .0
25+ flutter_debounce_throttle : ^2.3 .0
2626
2727dev_dependencies :
2828 flutter_test :
You can’t perform that action at this time.
0 commit comments