Skip to content

About state management in the example #213

Closed Answered by rydmike
laterdayi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @laterdayi,

Good question. Although, which example are you referring to? The FlexColorScheme repository examples? Or perhaps the stand alone Riverpod example? I’ll answer for both of them 😄

FlexColorScheme repository examples

The tutorial examples in the FlexColorScheme repo itself only use Flutter SDK features for their state management. They are using the so called skeleton architecture from the Flutter team.

Not using any package for state management was done on purpose to avoid the state management debate in the examples and tutorials in FlexColorScheme. In the FlexColorScheme docs, in its tutorial section it is discussed here https://docs.flexcolorscheme.com/tutorial2.

It is quite…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rydmike
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants