Eli Stark
Results
12
comments of
Eli Stark
> > I would suggest maybe renaming onCancel to onPaused. > > I named it `onCancel` because that's the official name in Dart. Cf `StreamController.onCancel` It makes sense, but aren't...
Yes, this is why I created this issue, to cover this specific case in the docs. That `ref.watch` updates are usually lagging compared to `ref.read` on callback if it happens...