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-01-21 12:39:06 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-01-21 12:39:06 -0300
Commit
82aa741205a653e1c6c290c4563e40eff2d8938e
82aa7412
2 parents
9ba25f69
5369631c
Merge pull request #1020 from DominusKelvin/patch-1
fix: typo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
documentation/en_US/state_management.md
documentation/en_US/state_management.md
View file @
82aa741
...
...
@@ -125,9 +125,10 @@ It was made simple, to have the least CPU impact, and just to fulfill a single p
If you need a
**powerful**
State Manager, you can't go wrong with
**GetX**
.
It doesn't work with variables, but __flows__, everything in it are
`Streams`
under the hood.
You can use _rxDart_ in conjunction with it, because everything are
`Streams`
,
you can listen the
`event`
of each "_Rx_ variable",
because everything in it are
`Streams`
.
You can use _rxDart_ in conjunction with it, because everything are
`Streams`
,
you can listen to the
`event`
of each "_Rx_ variable",
because everything in it are
`Streams`
.
It is literally a _BLoC_ approach, easier than _MobX_, and without code generators or decorations.
You can turn
**anything**
into an _"Observable"_ with just a
`.obs`
.
...
...
Please
register
or
login
to post a comment