Menu

waiting answer September 16, 2020

Which state management is easy and best to learn?

Which state management is easy and best to learn?

I want to learn state management. Which state management is easy and best to learn?

Answers
September 16, 2020

They are different tools. You should learn them all so you can choose the best one in the right situation. Provider, Bloc and Getx are all worth learning. Iam currently using provider and found it very easy. Redux is also very easy and good for small and big project. 

0 0
September 16, 2020

Mobx with provider. coz., It give better control on state.

0 0
September 16, 2020

There is no best one. You should learn them all so you can choose the best one in the right situation. These are different tools. Bloc, Provider, and Getx are all worth learning.

0 0
October 11, 2020

Use expanded and u can specify flex value 

	Row(
		children:[
		Expanded(
		flex:1,
		child:Container(
		child:Row()
		)
		),
		Expanded(
		flex:3,
		child:Container(
		child:Row()
		)
		)
	]).
0 0
October 11, 2020

Use expanded and u can specify flex value 

	Row(
		children:[
		Expanded(
		flex:1,
		child:Container(
		child:Row()
		)
		),
		Expanded(
		flex:3,
		child:Container(
		child:Row()
		)
		)
	]).
0 0

Please Login to Post the answer

Leave an Answer