flutter_hooks icon indicating copy to clipboard operation
flutter_hooks copied to clipboard

Add focusScopeNode hook

Open iamsahilsonawane opened this issue 3 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. Currently working on some desktop and TV application with lot of focus controls to play. I use useFocusNode and totally love it, but lack the hook for focus scope node for the FocusScopeWidget really gets into the way creating one hook separately for the internal semi widely used widget's focus node.

Describe the solution you'd like Would like to have it in the package itself. Creating a new useFocusScopeNode hook.

Describe alternatives you've considered I am using a separate hook file in the projects for this.

Additional context I'll be having a pull request for this coming. Would love to contribute!

iamsahilsonawane avatar Jul 20 '22 09:07 iamsahilsonawane