From e23f769b19bfdb88237c092693ed0a742791faba Mon Sep 17 00:00:00 2001 From: Remi Rousselet Date: Thu, 26 Oct 2023 13:16:51 +0200 Subject: [PATCH] Add riverpod_annotation --- website/docs/introduction/getting_started/dart_pub_add.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/introduction/getting_started/dart_pub_add.tsx b/website/docs/introduction/getting_started/dart_pub_add.tsx index 1d6df2e64..07c03cf6b 100644 --- a/website/docs/introduction/getting_started/dart_pub_add.tsx +++ b/website/docs/introduction/getting_started/dart_pub_add.tsx @@ -20,7 +20,7 @@ export function buildDeps({ const raw = buildDeps({ deps: ["riverpod"] }); const codegen = buildDeps({ - deps: ["riverpod"], + deps: ["riverpod", "riverpod_annotation"], devDeps: ["riverpod_generator", "build_runner"], });