rrousselGit / flutter_hooks

React hooks for Flutter. Hooks are a new kind of object that manages a Widget life-cycles. They are used to increase code sharing between widgets and as a complete replacement for StatefulWidget.
MIT License
3.06k stars 175 forks source link

Possibility of deprecating useIsMounted #410

Closed Reprevise closed 5 months ago

Reprevise commented 5 months ago

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

Sounds good to me. Fancy making a PR?

Reprevise commented 5 months ago

@rrousselGit #412