This repository was archived by the owner on Sep 14, 2021. It is now read-only.
1.2.0-nullsafety.2 - Jan 9, 2021
Pre-release
Pre-release
·
36 commits
to master
since this release
1.2.0-nullsafety.2 - Jan 9, 2021
- Breaking change: Any errors from upstream and from
equals
callback will be not added to Stream.
They are considered unhandled, and will be passed to the currentZone
's error handler.
By default, unhandled async errors are treated as if they were uncaught top-level errors.