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
final test =constAsyncValue.loading(progress:0.1).copyWithPrevious(constAsyncValue.loading(), isRefresh:false);
assert(test.progress ==0.1); // <-- fails, is null
Expected behavior
The new progress values are set.
The text was updated successfully, but these errors were encountered:
Describe the bug
AsyncLoading.progress
doesn't propagate when setting state fromAsyncLoading
toAsyncLoading
.To Reproduce
Expected behavior
The new progress values are set.
The text was updated successfully, but these errors were encountered: