Skip to content

Commit 1dc7b71

Browse files
chore: Bump flutter_debounce_throttle_hooks to v2.3.0
- Update version to 2.3.0 - Update dependency flutter_debounce_throttle to ^2.3.0 - Add v2.3.0 changelog entry
1 parent 3475912 commit 1dc7b71

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

packages/flutter_debounce_throttle_hooks/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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.

packages/flutter_debounce_throttle_hooks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_debounce_throttle_hooks
22
description: >-
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
66
homepage: https://github.com/brewkits/flutter_debounce_throttle
77
repository: https://github.com/brewkits/flutter_debounce_throttle
88
issue_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

2727
dev_dependencies:
2828
flutter_test:

0 commit comments

Comments
 (0)