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

Note preserveState behavior with multiple streams. #315

Closed rjpower closed 1 year ago

rjpower commented 1 year ago

Documents the behavior for streams as discussed in #312.

rrousselGit commented 1 year ago

Thanks!

Although when I think about it, what about cloning the doc of StreamBuilder instead? That doc covers it. And useStream is quite literally StreamBuilder