Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
papered committed Oct 28, 2024
1 parent e3b3477 commit b7f9671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ provider는 당연히 "ref" 객체에 액세스할 수 있으므로 이전에 pr
하지만 여기서는 provider가 아니라 위젯에 있습니다. 그렇다면 "ref"는 어떻게 얻을 수 있을까요?

해결책은 `Consumer`라는 커스텀 위젯을 사용하는 것입니다.
`Consumer`는 `Builder`와 비슷한 위젲이지만, "ref"를 제공한다는 추가적인 이점이 있습니다.
`Consumer`는 `Builder`와 비슷한 위젯이지만, "ref"를 제공한다는 추가적인 이점이 있습니다.
이를 통해 UI가 provider들을 읽을 수 있습니다.
다음 예제는 `Consumer`를 사용하는 방법을 보여줍니다:

Expand Down

0 comments on commit b7f9671

Please sign in to comment.