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 17:58:28 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3cba9a2427833af9f1addf233b1f567f4adb23b8
3cba9a24
1 parent
3bef359c
Últimos ajustes para PR
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
README.pt-br.md
README.pt-br.md
View file @
3cba9a2
...
...
@@ -695,7 +695,6 @@ 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.
// equality works with the Rx and the value, but hashCode is always taken from the value
// a igualdade funciona com o Rx e o valor, mas hashCode é sempre obtido do valor
final number = 12.obs;
print( number == 12 ); // prints > true
...
...
Please
register
or
login
to post a comment