You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't the time to investigate third-party packages. If this is important for you, I'd suggest looking into the issue yourself :)
I'm not sure if it's related to Riverpod or Drift (or not an issue after all), but I've leaned towards Riverpod as the same stream works fine with StreamBuilder. I'll try to dig into this more anyway.
Note: I couldn't re-produce the issue using raw streams, so you need to add the following dependencies in addition to Riverpod:
The example is very simply:
Steps:
print('map Called with $value');
prints twice.final stream = todoStream();
and the StreamBuilder code, and comment the Consumer code.print('map Called with $value');
prints once.The text was updated successfully, but these errors were encountered: