commit | 0bbb6d0a83c48ddba55c88efc25912bb017ff132 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Tue Dec 01 14:04:30 2020 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 01 14:04:30 2020 -0800 |
tree | 79afe7b755c10dc89766dade668087b4bbd97e3e | |
parent | 2664a19bb5dddd2497784c3add84c4c0c6477be9 [diff] |
Migrate to null safety (dart-lang/stream_transform#119) - Bump SDK constraint. - Bump to null safe dependencies. - Migrate code, examples, and tests. - Add an opt-out test for testing the behavior of transforming streams with the `subscription.cancel()` call returns null despite a statically non-nullable return. This requires an unusual pattern in the code.