learn icon indicating copy to clipboard operation
learn copied to clipboard

New Flutter Version

Open Maheen-Ilyas opened this issue 1 year ago • 1 comments

There was an upgrade in the Flutter Version. MaterialStateProperty, MaterialStatePropertyAll and a few other are deprecated. Instead there is WidgetStateProperty. We can make the replacements.

I am a GSSoC'24 contributor.

Maheen-Ilyas avatar May 25 '24 18:05 Maheen-Ilyas

@sapatevaibhav WillPopScope is also deprecated. When I am replacing it with the new PopScope, I will have to make minor changes to the function called _onBackPressed. Can I make the change? Screenshot (355)

The argument type 'Future Function()' can't be assigned to the parameter type 'void Function(bool)?'.

Maheen-Ilyas avatar May 26 '24 12:05 Maheen-Ilyas

#160

sapatevaibhav avatar May 31 '24 05:05 sapatevaibhav