commit | 2cbb0fbc69963b3f11998003f06edce570d0c7d5 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch1@gmail.com> | Fri Dec 06 16:19:09 2019 -0800 |
committer | GitHub <noreply@github.com> | Fri Dec 06 16:19:09 2019 -0800 |
tree | 1de9d7a65642f450d75c6d0b9509ac68092c6f13 | |
parent | a9fb9009f08e67b3cce9cb6185f815acdc090e08 [diff] |
Fix newly enforced package:pedantic lints (dart-lang/yaml#58) - always_declare_return_types - annotate_overrides - omit_local_variable_types - prefer_collection_literals - prefer_if_null_operators - prefer_single_quotes - prefer_spread_collections Bump min SDK to 2.3.0 to allow spreads in collection literals.