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

Possibility of deprecating useIsMounted #410

Closed
Reprevise opened this issue Jan 11, 2024 · 2 comments · Fixed by #412
Closed

Possibility of deprecating useIsMounted #410

Reprevise opened this issue Jan 11, 2024 · 2 comments · Fixed by #412
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Reprevise
Copy link
Contributor

Since Flutter 3.7, you have been able to check the mounted property on a BuildContext rendering useIsMounted useless for users who are on that Flutter version and above. Deprecation of this would require the package to be bumped to a Flutter minimum version of 3.7 which released on January 24th of 2023.

@rrousselGit
Copy link
Owner

Sounds good to me. Fancy making a PR?

@rrousselGit rrousselGit added good first issue Good for newcomers and removed needs triage labels Jan 15, 2024
@Reprevise
Copy link
Contributor Author

@rrousselGit #412

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

Successfully merging a pull request may close this issue.

2 participants