multiple_stream_builder library

Classes

InitialDataTuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Wrapper for 10 initialData values for StreamBuilder10
InitialDataTuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Wrapper for 11 initialData values for StreamBuilder11
InitialDataTuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
Wrapper for 12 initialData values for StreamBuilder12
InitialDataTuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
Wrapper for 13 initialData values for StreamBuilder13
InitialDataTuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
Wrapper for 14 initialData values for StreamBuilder14
InitialDataTuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
Wrapper for 15 initialData values for StreamBuilder15
InitialDataTuple2<T1, T2>
Wrapper for 2 initialData values for StreamBuilder2
InitialDataTuple3<T1, T2, T3>
Wrapper for 3 initialData values for StreamBuilder3
InitialDataTuple4<T1, T2, T3, T4>
Wrapper for 4 initialData values for StreamBuilder4
InitialDataTuple5<T1, T2, T3, T4, T5>
Wrapper for 5 initialData values for StreamBuilder5
InitialDataTuple6<T1, T2, T3, T4, T5, T6>
Wrapper for 6 initialData values for StreamBuilder6
InitialDataTuple7<T1, T2, T3, T4, T5, T6, T7>
Wrapper for 7 initialData values for StreamBuilder7
InitialDataTuple8<T1, T2, T3, T4, T5, T6, T7, T8>
Wrapper for 8 initialData values for StreamBuilder8
InitialDataTuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>
Wrapper for 9 initialData values for StreamBuilder9
SnapshotTuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Wrapper for 10 AsyncSnapshots Intended to be used with StreamBuilder10
SnapshotTuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Wrapper for 11 AsyncSnapshots Intended to be used with StreamBuilder11
SnapshotTuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
Wrapper for 12 AsyncSnapshots Intended to be used with StreamBuilder12
SnapshotTuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
Wrapper for 13 AsyncSnapshots Intended to be used with StreamBuilder13
SnapshotTuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
Wrapper for 14 AsyncSnapshots Intended to be used with StreamBuilder14
SnapshotTuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
Wrapper for 15 AsyncSnapshots Intended to be used with StreamBuilder15
SnapshotTuple2<T1, T2>
Wrapper for 2 AsyncSnapshots Intended to be used with StreamBuilder2
SnapshotTuple3<T1, T2, T3>
Wrapper for 3 AsyncSnapshots Intended to be used with StreamBuilder3
SnapshotTuple4<T1, T2, T3, T4>
Wrapper for 4 AsyncSnapshots Intended to be used with StreamBuilder4
SnapshotTuple5<T1, T2, T3, T4, T5>
Wrapper for 5 AsyncSnapshots Intended to be used with StreamBuilder5
SnapshotTuple6<T1, T2, T3, T4, T5, T6>
Wrapper for 6 AsyncSnapshots Intended to be used with StreamBuilder6
SnapshotTuple7<T1, T2, T3, T4, T5, T6, T7>
Wrapper for 7 AsyncSnapshots Intended to be used with StreamBuilder7
SnapshotTuple8<T1, T2, T3, T4, T5, T6, T7, T8>
Wrapper for 8 AsyncSnapshots Intended to be used with StreamBuilder8
SnapshotTuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>
Wrapper for 9 AsyncSnapshots Intended to be used with StreamBuilder9
StreamBuilder10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Wraps the normal StreamBuilder widget to allow 10 streams in in the form of a StreamTuple10. Can also accept multiple values for initialData using a InitialDataTuple10.
StreamBuilder11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Wraps the normal StreamBuilder widget to allow 11 streams in in the form of a StreamTuple11. Can also accept multiple values for initialData using a InitialDataTuple11.
StreamBuilder12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
Wraps the normal StreamBuilder widget to allow 12 streams in in the form of a StreamTuple12. Can also accept multiple values for initialData using a InitialDataTuple12.
StreamBuilder13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
Wraps the normal StreamBuilder widget to allow 13 streams in in the form of a StreamTuple13. Can also accept multiple values for initialData using a InitialDataTuple13.
StreamBuilder14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
Wraps the normal StreamBuilder widget to allow 14 streams in in the form of a StreamTuple14. Can also accept multiple values for initialData using a InitialDataTuple14.
StreamBuilder15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
Wraps the normal StreamBuilder widget to allow 15 streams in in the form of a StreamTuple15. Can also accept multiple values for initialData using a InitialDataTuple15.
StreamBuilder2<T1, T2>
Wraps the normal StreamBuilder widget to allow 2 streams in in the form of a StreamTuple2. Can also accept multiple values for initialData using a InitialDataTuple2.
StreamBuilder3<T1, T2, T3>
Wraps the normal StreamBuilder widget to allow 3 streams in in the form of a StreamTuple3. Can also accept multiple values for initialData using a InitialDataTuple3.
StreamBuilder4<T1, T2, T3, T4>
Wraps the normal StreamBuilder widget to allow 4 streams in in the form of a StreamTuple4. Can also accept multiple values for initialData using a InitialDataTuple4.
StreamBuilder5<T1, T2, T3, T4, T5>
Wraps the normal StreamBuilder widget to allow 5 streams in in the form of a StreamTuple5. Can also accept multiple values for initialData using a InitialDataTuple5.
StreamBuilder6<T1, T2, T3, T4, T5, T6>
Wraps the normal StreamBuilder widget to allow 6 streams in in the form of a StreamTuple6. Can also accept multiple values for initialData using a InitialDataTuple6.
StreamBuilder7<T1, T2, T3, T4, T5, T6, T7>
Wraps the normal StreamBuilder widget to allow 7 streams in in the form of a StreamTuple7. Can also accept multiple values for initialData using a InitialDataTuple7.
StreamBuilder8<T1, T2, T3, T4, T5, T6, T7, T8>
Wraps the normal StreamBuilder widget to allow 8 streams in in the form of a StreamTuple8. Can also accept multiple values for initialData using a InitialDataTuple8.
StreamBuilder9<T1, T2, T3, T4, T5, T6, T7, T8, T9>
Wraps the normal StreamBuilder widget to allow 9 streams in in the form of a StreamTuple9. Can also accept multiple values for initialData using a InitialDataTuple9.
StreamTuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Wrapper for 10 Streams. Intended to be used with StreamBuilder10
StreamTuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Wrapper for 11 Streams. Intended to be used with StreamBuilder11
StreamTuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
Wrapper for 12 Streams. Intended to be used with StreamBuilder12
StreamTuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
Wrapper for 13 Streams. Intended to be used with StreamBuilder13
StreamTuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>
Wrapper for 14 Streams. Intended to be used with StreamBuilder14
StreamTuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>
Wrapper for 15 Streams. Intended to be used with StreamBuilder15
StreamTuple2<T1, T2>
Wrapper for 2 Streams. Intended to be used with StreamBuilder2
StreamTuple3<T1, T2, T3>
Wrapper for 3 Streams. Intended to be used with StreamBuilder3
StreamTuple4<T1, T2, T3, T4>
Wrapper for 4 Streams. Intended to be used with StreamBuilder4
StreamTuple5<T1, T2, T3, T4, T5>
Wrapper for 5 Streams. Intended to be used with StreamBuilder5
StreamTuple6<T1, T2, T3, T4, T5, T6>
Wrapper for 6 Streams. Intended to be used with StreamBuilder6
StreamTuple7<T1, T2, T3, T4, T5, T6, T7>
Wrapper for 7 Streams. Intended to be used with StreamBuilder7
StreamTuple8<T1, T2, T3, T4, T5, T6, T7, T8>
Wrapper for 8 Streams. Intended to be used with StreamBuilder8
StreamTuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>
Wrapper for 9 Streams. Intended to be used with StreamBuilder9

Typedefs

AsyncWidgetBuilder10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> = Widget Function(BuildContext context, SnapshotTuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple10
AsyncWidgetBuilder11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> = Widget Function(BuildContext context, SnapshotTuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple11
AsyncWidgetBuilder12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> = Widget Function(BuildContext context, SnapshotTuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple12
AsyncWidgetBuilder13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> = Widget Function(BuildContext context, SnapshotTuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple13
AsyncWidgetBuilder14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> = Widget Function(BuildContext context, SnapshotTuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple14
AsyncWidgetBuilder15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> = Widget Function(BuildContext context, SnapshotTuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple15
AsyncWidgetBuilder2<T1, T2> = Widget Function(BuildContext context, SnapshotTuple2<T1, T2> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple2
AsyncWidgetBuilder3<T1, T2, T3> = Widget Function(BuildContext context, SnapshotTuple3<T1, T2, T3> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple3
AsyncWidgetBuilder4<T1, T2, T3, T4> = Widget Function(BuildContext context, SnapshotTuple4<T1, T2, T3, T4> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple4
AsyncWidgetBuilder5<T1, T2, T3, T4, T5> = Widget Function(BuildContext context, SnapshotTuple5<T1, T2, T3, T4, T5> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple5
AsyncWidgetBuilder6<T1, T2, T3, T4, T5, T6> = Widget Function(BuildContext context, SnapshotTuple6<T1, T2, T3, T4, T5, T6> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple6
AsyncWidgetBuilder7<T1, T2, T3, T4, T5, T6, T7> = Widget Function(BuildContext context, SnapshotTuple7<T1, T2, T3, T4, T5, T6, T7> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple7
AsyncWidgetBuilder8<T1, T2, T3, T4, T5, T6, T7, T8> = Widget Function(BuildContext context, SnapshotTuple8<T1, T2, T3, T4, T5, T6, T7, T8> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple8
AsyncWidgetBuilder9<T1, T2, T3, T4, T5, T6, T7, T8, T9> = Widget Function(BuildContext context, SnapshotTuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9> snapshots)
A variant of AsyncWidgetBuilder that uses SnapshotTuple9