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

Latest changes in Flutter pull cause listener related tests to fail #322

Closed Jstuff36 closed 9 months ago

Jstuff36 commented 1 year ago

With the changes in this flutter commit, three hook tests related to calling hasListeners are failing: use_focus_node, useState here and here, and useValueNotifier here and here.

Raising this bug to track. I can fix in a few weeks when I wrap up my current project and was planning on spending more time with this package.

droidbg commented 9 months ago

@rrousselGit if it is fixed, can you close this issue