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.13k stars 179 forks source link

Missing hook for `ExpansionTileController` #375

Closed bartekpacia closed 11 months ago

bartekpacia commented 1 year ago

There's a ExpansionTileController class. I'd like to have a hook like useExpansionTileController() :)

rrousselGit commented 1 year ago

Feel free to make a PR if you wish :)

droidbg commented 12 months ago

@rrousselGit I like to pick this up.