new_version icon indicating copy to clipboard operation
new_version copied to clipboard

Integrate the `words` lint ruleset to ensure greater source code safety and to comply with best practices

Open vxern opened this issue 3 years ago • 1 comments

I really appreciate the cleanliness of this package's source code, however, I have also noticed that it isn't using a lint ruleset the likes of lints to ensure consistency in implementation. To solve this, I propose to integrate the words lint ruleset that I have created for ensuring greater source code safety in my own projects. It is available at https://pub.dev/packages/words.

vxern avatar Dec 13 '21 10:12 vxern

I added the flutter_lints library in this PR: https://github.com/timtraversy/new_version/pull/83

LostInDarkMath avatar Jan 18 '22 21:01 LostInDarkMath