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
Might want to consider using the dart lang assert instead of the home brewed check function assuming you'd only want to run these assertions in development mode.
If I'm not wrong, the
check(cond)
does not result in helpful messages.To be more friendly to users, we should tell a) what's wrong and b) how to fix it.
The text was updated successfully, but these errors were encountered: