Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ahmadsalamouny
2021-02-06 16:03:06 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
816db8aaed3bc43be02339da1fff74ecb430cc6c
816db8aa
1 parent
28f2231d
fix the 'tha' word in the english README to 'the'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
816db8a
...
...
@@ -210,7 +210,7 @@ To make it observable, you just need to add ".obs" to the end of it:
var
name
=
'Jonatas Borges'
.
obs
;
```
And in the UI, when you want to show that value and update the screen whenever th
a
values changes, simply do this:
And in the UI, when you want to show that value and update the screen whenever th
e
values changes, simply do this:
```
dart
Obx
(()
=>
Text
(
"
${controller.name}
"
));
...
...
Please
register
or
login
to post a comment