Skip to content

Commit

Permalink
Merge pull request #3775 from davidmartos96/update_hooks
Browse files Browse the repository at this point in the history
Support flutter_hooks 0.21.x
  • Loading branch information
rrousselGit authored Oct 12, 2024
2 parents da544d4 + 320c1ee commit bab5d37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/hooks_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased fix

- Support flutter_hooks 0.21.x

## 2.5.2 - 2024-08-15

- Added mutation pending state to example (thanks to @luketg8)
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: hooks_riverpod
description: >
A reactive caching and data-binding framework.
Riverpod makes working with asynchronous code a breeze.
version: 2.5.2
version: 2.5.3
homepage: https://riverpod.dev
repository: https://github.com/rrousselGit/riverpod
issue_tracker: https://github.com/rrousselGit/riverpod/issues
Expand All @@ -17,7 +17,7 @@ dependencies:
collection: ^1.15.0
flutter:
sdk: flutter
flutter_hooks: '>=0.18.0 <0.21.0'
flutter_hooks: '>=0.18.0 <0.22.0'
flutter_riverpod: 2.5.1
riverpod: 2.5.1
state_notifier: ">=0.7.2 <2.0.0"
Expand Down

0 comments on commit bab5d37

Please sign in to comment.