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.07k stars 175 forks source link

SearchController Hook #360

Closed snapsl closed 1 year ago

snapsl commented 1 year ago

Hi, It would be great to have a new hook for the SearchController which is used for the SearchAnchor widget.

rrousselGit commented 1 year ago

Fair enough. Although low priority for me. Feel free to open a PR :)