value_stream_builder

Creator: coderz1093

Last updated:

0 purchases

value_stream_builder Image
value_stream_builder Images
Add to Cart

Description:

value stream builder

value_stream_builder #
Don't wait for first value from BehaviorSubject in StreamBuilder - just use ValueStreamBuilder and get non-null snapshot.data.
Usage #
ValueStreamBuilder<String>(
stream: BehaviorSubject.seeded('Foo'),
builder: (context, snapshot) => Text(snapshot.data);
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.