fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
857 stars 247 forks source link

Resolve lint warnings for newer flutter linter rules #265

Closed walsha2 closed 3 weeks ago

walsha2 commented 3 months 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.

To Reproduce

Update to flutter_lints: ^4.0.0 and run linter.

Expected behavior

Linter suggestions are cleaned up.

Screenshots

lint

michaelspiss commented 3 weeks ago

Fixed with soon to be release version 10.8.0. Thanks for creating this issue!