Super Power Lints To Clean Up Code Debt In Flutter Projects
My first Flutter Designer and Dev Book is a little different in that I have to describe the core to some important areas, as you will use them as tools in Flutter App creation. For this set of articles on devOPS let’s first cover using Flutter Project Lints to clean up code debt.
Compilers are lazy in that if they spent all their time catching programmer errors during compiling, it would take years to compile each flutter project. Thus, every computer language usually has a static linter tool that allows developers to define lint rules that assist developers in finding errors in program
Lint Rules
So now let’s find out how we can supercharge lint rules with some extras on top.
We have two packages that supply lint rules and options beyond Flutter Lints from the Flutter SDK:
Passy’s More Opinionated Lint rules