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
Jonny Borges
2021-05-10 14:22:43 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-05-10 14:22:43 -0300
Commit
8e39d90cfe91ae62b8045f0d1f9cf802fba6e307
8e39d90c
2 parents
fa440052
6402c217
Merge pull request #1368 from hrithikrtiwari/patch-1
Minor change
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
documentation/en_US/state_management.md
documentation/en_US/state_management.md
View file @
8e39d90
...
...
@@ -170,7 +170,7 @@ final name = Rx<String>('');
final
isLogged
=
Rx
<
Bool
>(
false
);
final
count
=
Rx
<
Int
>(
0
);
final
balance
=
Rx
<
Double
>(
0.0
);
final
number
=
Rx
<
Num
>(
0
)
final
number
=
Rx
<
Num
>(
0
)
;
final
items
=
Rx
<
List
<
String
>>([]);
final
myMap
=
Rx
<
Map
<
String
,
int
>>({});
...
...
Please
register
or
login
to post a comment