Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
Description
Compose version: 0.1.0-dev12
The only reason to give
collectAsState
a non-null bound is to reservenull
to meannot initialized
. SinceStateFlow
always has a value, this isn't required, and the extension should supportStateFlow
s of any type, even nullable ones.