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
Eduardo Florence
2020-09-15 18:05:27 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e003529e1040dae1580dcf482e9bc12a64fa103
7e003529
1 parent
009054b8
Erro ortográfico
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.pt-br.md
README.pt-br.md
View file @
7e00352
...
...
@@ -716,7 +716,7 @@ class User {
final user = User(name: 'John', last: 'Doe', age: 33).obs;
//
`user`
é "reativo", mas as propriedades dentro NÃO SÃO!
// ntão, se mudarmos alguma variável dentro dele:
//
E
ntão, se mudarmos alguma variável dentro dele:
user.value.name = 'Roi';
// O widget não vai reconstruir!,
//
`Rx`
não tem nenhuma notificação quando você muda algo dentro do usuário.
...
...
Please
register
or
login
to post a comment