ResponsiveStreamBuilder<T> class
- Inheritance
-
- Mixed-in types
-
Methods
-
afterConnected(AsyncSnapshot<T> current)
→ AsyncSnapshot<T>
-
Returns an updated version of the
current
summary reflecting that we
are now connected to a stream.
inherited
-
afterData(AsyncSnapshot<T> current, T data)
→ AsyncSnapshot<T>
-
Returns an updated version of the
current
summary following a data event.
inherited
-
afterDisconnected(AsyncSnapshot<T> current)
→ AsyncSnapshot<T>
-
Returns an updated version of the
current
summary reflecting that we
are no longer connected to a stream.
inherited
-
afterDone(AsyncSnapshot<T> current)
→ AsyncSnapshot<T>
-
Returns an updated version of the
current
summary following stream
termination.
inherited
-
afterError(AsyncSnapshot<T> current, Object error, StackTrace stackTrace)
→ AsyncSnapshot<T>
-
Returns an updated version of the
current
summary following an error
with a stack trace.
inherited
-
build(BuildContext context, AsyncSnapshot<T> currentSummary)
→ Widget
-
Returns a Widget based on the
currentSummary
.
inherited
-
createElement()
→ StatefulElement
-
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState()
→ State<StreamBuilderBase<T, AsyncSnapshot<T>>>
-
Creates the mutable state for this widget at a given location in the tree.
inherited
-
debugDescribeChildren()
→ List<DiagnosticsNode>
-
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
inherited
-
initial()
→ AsyncSnapshot<T>
-
Returns the initial summary of stream interaction, typically representing
the fact that no interaction has happened at all.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
responsiveSize(ResponsiveSize size)
→ int
-
inherited
-
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style})
→ DiagnosticsNode
-
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString({DiagnosticLevel minLevel = DiagnosticLevel.info})
→ String
-
A string representation of this object.
inherited
-
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug})
→ String
-
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug})
→ String
-
Returns a one-line detailed description of the object.
inherited
-
toStringShort()
→ String
-
A short, textual description of this widget.
inherited