stream_summary_builder 0.1.0-dev.7
stream_summary_builder: ^0.1.0-dev.7 copied to clipboard
An implementation of `StreamBuilderBase` that folds new stream events into a summary and builds with the summary of stream events seen so far.
0.1.0-dev.1 11/27/2020 #
- Adds basic untested implementation of StreamSummaryBuilder and unfinished example.
0.1.0-dev.3 11/27/2020 #
- Fixes carryover summary bug.
0.1.0-dev.4 11/28/2020 #
- Improve documentation.
0.1.0-dev.5 11/28/2020 #
- Chase them sweet sweet gamified Pub Points.
0.1.0-dev.6 12/20/2020 #
- Updated to Flutter 2.12 (include Stacktrace function parameter in
afterError).
0.1.0-dev.7 12/20/2020 #
- Updates to sample app and documentation.