RouteStreamBuilder class

A widget that builds UI based on a stream of RouteBase data.

This widget is similar to RouteFutureBuilder but works with streams instead of futures, making it suitable for live data updates from the CMS.

Inheritance

Constructors

RouteStreamBuilder.new({Key? key, Uri? url, String? routeId, required Stream<RouteBase?> fetchRoute(BuildContext context, {bool includeDrafts, String? path, String? routeId}), required Widget buildContent(BuildContext context, ContentItem content), bool includeDrafts = false, bool allowRefresh = true})
Creates a RouteStreamBuilder.

Properties

allowRefresh bool
Whether to allow refreshing the route, with the overlay Refresh button.
final
buildContent Widget Function(BuildContext context, ContentItem content)
A function that builds the UI for the content.
final
fetchRoute Stream<RouteBase?> Function(BuildContext context, {bool includeDrafts, String? path, String? routeId})
A function that returns a stream of RouteBase data.
final
hashCode int
The hash code for this object.
no setterinherited
includeDrafts bool
Whether to include draft content.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
routeId String?
The route ID to fetch the route for.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri?
The URL to fetch the route for.
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<RouteStreamBuilder>
Creates the mutable state for this widget at a given location in the tree.
override
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
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, int wrapWidth = 65}) 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

Operators

operator ==(Object other) bool
The equality operator.
inherited