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
static analysis can't help here. A async* function without yield/yield* is fine, returning a Stream without elements. In many cases that's exactly what you want.
In my bloc I have following code:
If I forget to add
yield*
, lint does not warn me. How can I be warned for such a mistake?The text was updated successfully, but these errors were encountered: