fluttercommunity / font_awesome_flutter

The Font Awesome Icon pack available as Flutter Icons
Other
834 stars 236 forks source link

Added Flutter/Dart lints to project. #190

Closed gslender closed 2 years ago

gslender commented 2 years ago

Fixed all warnings, except example which won't patch correctly if changed. All changes made were only because they are marked as bad style or potentially allows risky code to exist which should be changed to avoid future errors.

michaelspiss commented 2 years ago

Thanks! I fixed the remaining linter infos in the example and adjusted the duotone patch accordingly. Please have a look if everything is as you'd expect. I'd then merge.

gslender commented 2 years ago

Looks good to me 👍

gslender commented 2 years ago

Sorry... clicked the wrong button

michaelspiss commented 2 years ago

Thanks again!