| commit | a6b1bfba998a10117bf3ff9836007d8c3af9a24c | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch1@gmail.com> | Tue Sep 11 12:08:22 2018 -0700 |
| committer | GitHub <noreply@github.com> | Tue Sep 11 12:08:22 2018 -0700 |
| tree | 02522df1d564b8b25637b47a0ae1264201f04d91 | |
| parent | e9823fa18490b3bdddff667cadd3f91aa5017137 [diff] |
Add lints from package:pedantic (dart-lang/watcher#66) - Fix a control_flow_in_finally by removing the nested try/catch which was set up for ordering of behavior and instead check for a closed controller in both places. - Fix a prefer_is_not_empty.