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

Factor out UniqueWidget #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nate-thegrate
Copy link

Hey!

It probably feels super random to see this pull request out-of-the-blue: the Flutter framework team is in the process of deprecating the UniqueWidget class, and there's a chance that it will be removed without warning.

To my knowledge, this is the only public codebase on the internet that uses a UniqueWidget, so that's pretty unique!

UniqueWidget is 100% useless (since a global key works the exact same way inside a regular StatefulWidget), so this change won't have any effect on your plugin's runtime behavior.

Thanks for reading; have a nice day!

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

Successfully merging this pull request may close these issues.

1 participant