Skip to content

Commit

Permalink
Merge pull request jonataslaw#1563 from broccolism/delete/korean_docu…
Browse files Browse the repository at this point in the history
…mentation

Delete duplicated line written in English
  • Loading branch information
roipeker authored Jul 5, 2021
2 parents 2de6459 + 8581ee1 commit 3123e5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/kr_KO/state_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,8 +508,6 @@ class OtherClass extends StatelessWidget {
```

If you need to use your controller in many other places, and outside of GetBuilder, just create a get in your controller and have it easily. (or use `Get.find<Controller>()`)

GetBuilder 밖의 여러 곳에서 controller를 사용해야 하는 경우, 간단하게 Controller 클래스 안의 getter로 접근할 수 있습니다. (아니면 `Get.find<Controller>()`를 사용하세요)

```dart
Expand Down

0 comments on commit 3123e5d

Please sign in to comment.