Skip to content

Commit

Permalink
docs: update 'part' keyword link (#4340)
Browse files Browse the repository at this point in the history
  • Loading branch information
EasonLin0716 authored Jan 19, 2025
1 parent c2bf0af commit 32fbd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/tutorials/flutter-weather.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ In order for code generation to work, we need to annotate our code using the fol
For each file we also need to:

- Import `json_annotation`
- Include the generated code using the [part](https://dart.dev/guides/libraries/create-library-packages#organizing-a-library-package) keyword
- Include the generated code using the [part](https://dart.dev/tools/pub/create-packages#organizing-a-package) keyword
- Include `fromJson` methods for deserialization

#### Location Model
Expand Down

0 comments on commit 32fbd27

Please sign in to comment.