Skip to content

Commit

Permalink
update hook doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jun 25, 2024
1 parent cd5f891 commit 588afb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/basic-usage/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CounterPage extends StatelessWidget with HookMixin {

:::tip[NOTE]

**ASP** uses the [hook_state]('https://pub.dev/hook_state') package, therefore, the other hooks are
**ASP** uses the [hook_state](https://pub.dev/packages/hook_state) package, therefore, the other hooks are
available. <br></br>
Unlike **flutter_hook**, which is excellent but invasive, we use **hook_state** that doesn’t require changing **widgets**. Just add a mixin and you’re ready to go.

Expand Down

0 comments on commit 588afb2

Please sign in to comment.