10 Important Lint Rules For Clean Flutter Projects
Lint rules have several benefits, like providing standardization and better code quality, predicting run time errors...
As you know, flutter_lints package has started to support our new Flutter projects for a while. On the other hand, we are not limi...
levent-kantaroglu.hashnode.dev2 min read
Randal L. Schwartz
Sometimes, "that guy"
I use and highly recommend the very_good_analysis package. It's quite aggressive, but the rules definitely get you thinking about how to write cleaner code, especially for teams.