commit | f673bf0e19fdc313a8b4636b39855e92ad8e05e1 | [log] [tgz] |
---|---|---|
author | Nate Bosch <nbosch@google.com> | Thu Dec 05 16:12:51 2019 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 05 16:12:51 2019 -0800 |
tree | d4541f1f7b59d5e76f385f269481a2b99a10262b | |
parent | e6397945e7fa1663d8a347992fa57e33d2ba8ba6 [diff] |
Fix newly enforced package:pedantic lints (dart-lang/glob#31) - always_declare_return_types - annotate_overrides - prefer_collection_literals - prefer_single_quotes - use_function_type_syntax_for_parameters Bump min SDK to 2.2.0 to allow Set literals.