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

Update Flutter Widget to use super.key #272

Open
ZorinFoss opened this issue Dec 21, 2023 · 0 comments
Open

Update Flutter Widget to use super.key #272

ZorinFoss opened this issue Dec 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ZorinFoss
Copy link

Hi,

When create new widget New > Flutter Widget > Stateless widget

the constructor still use const Test({Key? key}) : super(key: key);

please update it to use const Test({super.key});

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant