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
Do we have to address those? One solution might be to handle elaborate stream processing with the current 2-cell approach, and reserve the 1-cell approach for simple cases. The 2-cell approach is not all that bad.
Comments? Questions?
The text was updated successfully, but these errors were encountered:
Background
Currently, a widget can fairly elegantly handle a stream with a pair of cells:
Nice, but Streams are common in Flutter.
The RFE: support streams with one cell
Because Streams are fairly common in Dart/Flutter, we would like to handle a stream with a single cell, perhaps:
Notes:
:async?
option starts at nil pending the result. Do we need to make that a specifiable value?:ephemeral true
?Also, a stream can have a lot of callbacks:
Do we have to address those? One solution might be to handle elaborate stream processing with the current 2-cell approach, and reserve the 1-cell approach for simple cases. The 2-cell approach is not all that bad.
Comments? Questions?
The text was updated successfully, but these errors were encountered: