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 21:04:36 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
356bd92b4d44b731e877cb6b5056892cbb442a8a
356bd92b
1 parent
d7dd26f4
Alterações sugeridas no PR
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.pt-br.md
README.pt-br.md
View file @
356bd92
...
...
@@ -695,7 +695,7 @@ print('json: ${jsonEncode(abc)}, type: ${abc.runtimeType}');
abc.add(12); // Coloca 12 na lista, e ATUALIZA o stream.
abc
[
3
]
; // como uma lista lê o índice 3.
// a igualdade funciona com o Rx e o val
or, mas hashCode é sempre obtido do valor
// a igualdade funciona com o Rx e o val
ue do observável, mas o hashCode é sempre obtido do value
final number = 12.obs;
print( number == 12 ); // prints > true
...
...
@@ -728,7 +728,7 @@ user.update((value){
value.name='Roi';
});
print( user );
print( user );
// Resultado (toString): Roi Doe, 33 years old
```
#### GetView
...
...
Please
register
or
login
to post a comment