Replies: 4 comments
-
That is a good point, I think right now we would only require initialValue since it will pass the type inference to the async signal. |
Beta Was this translation helpful? Give feedback.
-
As a idea for #65 We may have a case where you may not cover all the requirements for every users expectations. InitialValue is the way to configure the type of the stream and deal with Dart expectation, Maybe we can see if an |
Beta Was this translation helpful? Give feedback.
-
Could you provide some code examples? The type would have to be T? right because of no value being set yet. You can always use the requireValue though to unwrap if you know there is a value |
Beta Was this translation helpful? Give feedback.
-
Hi Rody, do not worry those are just my note.
|
Beta Was this translation helpful? Give feedback.
-
Experiment with a API alternative to covers specific behaviours
Here keeping track of reflections.
Beta Was this translation helpful? Give feedback.
All reactions