passsy / dart-lint

An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
Apache License 2.0
277 stars 82 forks source link

Dart 2.8 #8

Closed passsy closed 4 years ago

passsy commented 4 years ago

Release for Dart 2.8.1

Updates to Linter v0.1.114

Since 114 didn't add new lint rules the min sdk can be set to the update to 113 which was first released with 2.8.0-dev.16.0

passsy commented 4 years ago

Published first pre-release

dev_dependencies:
  lint: ^1.2.0-dev.d28.1
hcbpassos commented 4 years ago

Please consider moving use_key_in_widget_constructors to analysis_options_package.yaml and enabling it. As described in the lint documentation, this is useful for public widgets, not only Flutter SDK.