dart_cassandra_cql icon indicating copy to clipboard operation
dart_cassandra_cql copied to clipboard

Stream Example

Open dhruv866 opened this issue 4 years ago • 2 comments

Hey Man !! Can you please give an example of stream using streambuilder. Appreciate if you reply 🙂

dhruv866 avatar Dec 28 '20 13:12 dhruv866

You can find a minimal example of streaming query results in the API docs: https://github.com/achilleasa/dart_cassandra_cql/blob/master/API.md#streaming-query-results

achilleasa avatar Dec 28 '20 15:12 achilleasa

Thanks for your reply So according to example we can use (StreamSubscription sub;) in streambuilder stream property

dhruv866 avatar Dec 28 '20 15:12 dhruv866