commit | 8290edd5422428aab106dc485067da5650a2fba5 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Wed Feb 02 11:55:48 2022 -0800 |
committer | GitHub <noreply@github.com> | Wed Feb 02 11:55:48 2022 -0800 |
tree | 69ff47548207ca869b47febc458f7694c4e60d27 | |
parent | 5540da766e8d783602bc54ae3b8d837d083e34ad [diff] |
Use nullable argument to unawaited (dart-lang/glob#58) Bump min SDK to `2.15.0` which allows a null argument. Avoid creating an unnecessary empty future. Fix analyzer warning by using constructor tearoff syntax for doc reference.