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
2020-06-10 15:32:47 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2020-06-10 15:32:47 -0300
Commit
8c13edad127ab6243e4490d90c09f32f532292a8
8c13edad
1 parent
36c68d17
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
11 deletions
benchmark/README.md
benchmark/README.md
View file @
8c13eda
# Flutter State Management
A Flutter application showing different patterns of state management:
*
[
**Stateful Widget**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_stateful_widget
)
*
[
**Inherited Widget**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_inherited_widget
)
*
[
**Inherited Model**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_inherited_model
)
*
[
**Provider**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_provider
)
*
[
**Scoped Model**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_scoped_model
)
*
[
**Redux**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_redux
)
*
[
**Business Logic Components (BLoC)**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_bloc
)
*
[
**Business Logic Components (BLoC) with Library**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_bloc_lib
)
*
[
**MobX**
](
https://github.com/udos86/flutter-state-management/tree/master/lib/_mobx
)
Just a simple benchmark that shows the difference in performance between Get and the other state managers.
...
...
Please
register
or
login
to post a comment