Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into riverpod-generato…
Browse files Browse the repository at this point in the history
…r/Add-provider-prefix-to-config
  • Loading branch information
ValentinVignal committed Feb 14, 2024
2 parents 6a05ace + def9551 commit 900389a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docs/introduction/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Then, install packages with `flutter pub get`.

<When codegen={true}>
You can now run the code-generator with{" "}
<code>dart run build_runner watch</code>.
<code>flutter pub run build_runner watch</code>.
</When>

</TabItem>
Expand All @@ -89,7 +89,7 @@ Then, install packages with `dart pub get`.

<When codegen={true}>
You can now run the code-generator with{" "}
<code>flutter pub run build_runner watch</code>.
<code>dart run build_runner watch</code>.
</When>

</TabItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ UI에서 상태가 변경되었음을 알 수 있는 수단이 없기 때문에,
참고로, 이 새로운 문법을 이전에 보았던 문법과 비교하려면 <Link documentID="essentials/first_request" />를 확인하면 됩니다.

:::info
`bbuild` 이외의 메서드가 없는 Notifier는 앞서 본 문법을 사용하는 것과 동일합니다.
`build` 이외의 메서드가 없는 Notifier는 앞서 본 문법을 사용하는 것과 동일합니다.
<Link documentID="essentials/first_request" />에 표시된 문법은 UI에서 수정할 방법이 없는 notifiers에 대한 간략한 표현이라고 볼 수 있습니다.
:::

Expand Down

0 comments on commit 900389a

Please sign in to comment.