Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Flutter Version #141

Closed
Maheen-Ilyas opened this issue May 25, 2024 · 2 comments
Closed

New Flutter Version #141

Maheen-Ilyas opened this issue May 25, 2024 · 2 comments
Assignees
Labels
gssoc Girl Script Summer of Code

Comments

@Maheen-Ilyas
Copy link
Contributor

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.

@sapatevaibhav sapatevaibhav added the gssoc Girl Script Summer of Code label May 25, 2024
@Maheen-Ilyas
Copy link
Contributor Author

Maheen-Ilyas commented May 26, 2024

@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
Copy link
Member

#160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girl Script Summer of Code
Projects
None yet
Development

No branches or pull requests

2 participants