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

FutureProvider ref.watch automatically calling itself #323

Closed swarupbc closed 1 year ago

swarupbc commented 2 years ago

Describe the bug FutureProvider ref.watch automatically calling itself

To Reproduce

Check the screenshot

Expected behavior wait until it's get called

Screenshot 2022-08-16 at 12 54 27 PM
rrousselGit commented 2 years ago

Could you provide more explanation on what the problem is?

rrousselGit commented 1 year ago

Closing in the lack of an answer