rrousselGit / riverpod

A reactive caching and data-binding framework. Riverpod makes working with asynchronous code a breeze.
https://riverpod.dev
MIT License
5.82k stars 888 forks source link

Reference hooks_riverpod instead of flutter_hooks #3487

Closed Ae-Mc closed 1 month ago

Ae-Mc commented 1 month ago

Change docs

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 300e84a7f5309c472a3253542442655dc2e09827

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

rrousselGit commented 1 month ago

Thanks but the link is correct. It's flutter_hooks that's desired here.

hooks_riverpod is simply a binding between flutter_hooks and riverpod.

Ae-Mc commented 3 weeks ago

But binding should be referenced too, shouldn't it?