VaibhavCodeClub / learn

Learning app for kids
MIT License
88 stars 83 forks source link

New Flutter Version #141

Closed Maheen-Ilyas closed 4 months ago

Maheen-Ilyas commented 4 months ago

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 commented 4 months ago

@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)?'.

sapatevaibhav commented 4 months ago

160