Closed walsha2 closed 3 weeks ago
Describe the bug
flutter_lints: ^4.0.0 now warns about using super parameters where applicable. This would be a simple change here to make the code compliant with flutter_lints: ^4.0.0.
flutter_lints: ^4.0.0
To Reproduce
Update to flutter_lints: ^4.0.0 and run linter.
Expected behavior
Linter suggestions are cleaned up.
Screenshots
Fixed with soon to be release version 10.8.0. Thanks for creating this issue!
Describe the bug
flutter_lints: ^4.0.0
now warns about using super parameters where applicable. This would be a simple change here to make the code compliant withflutter_lints: ^4.0.0
.To Reproduce
Update to
flutter_lints: ^4.0.0
and run linter.Expected behavior
Linter suggestions are cleaned up.
Screenshots