timtraversy / new_version

Check if your user has the most recent version of your Flutter app.
BSD 3-Clause "New" or "Revised" License
125 stars 153 forks source link

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

Open vxern opened 2 years ago

vxern commented 2 years ago

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.

LostInDarkMath commented 2 years ago

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