From 588afb2e75fc4ff566f392a6667291ca021fa4dd Mon Sep 17 00:00:00 2001 From: Jacob Moura Date: Tue, 25 Jun 2024 11:10:10 -0300 Subject: [PATCH] update hook doc --- doc/docs/basic-usage/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/basic-usage/hooks.md b/doc/docs/basic-usage/hooks.md index 21ee9ee..f8866b8 100644 --- a/doc/docs/basic-usage/hooks.md +++ b/doc/docs/basic-usage/hooks.md @@ -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.

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.