Skip to content

Commit

Permalink
Add riverpod_annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Oct 26, 2023
1 parent af96bf7 commit e23f769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/introduction/getting_started/dart_pub_add.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});

Expand Down

0 comments on commit e23f769

Please sign in to comment.