Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -210,7 +210,7 @@ To make it observable, you just need to add ".obs" to the end of it: | @@ -210,7 +210,7 @@ To make it observable, you just need to add ".obs" to the end of it: | ||
| 210 | var name = 'Jonatas Borges'.obs; | 210 | var name = 'Jonatas Borges'.obs; |
| 211 | ``` | 211 | ``` |
| 212 | 212 | ||
| 213 | -And in the UI, when you want to show that value and update the screen whenever tha values changes, simply do this: | 213 | +And in the UI, when you want to show that value and update the screen whenever the values changes, simply do this: |
| 214 | 214 | ||
| 215 | ```dart | 215 | ```dart |
| 216 | Obx(() => Text("${controller.name}")); | 216 | Obx(() => Text("${controller.name}")); |
-
Please register or login to post a comment