Leveraging Dart Lint Rules for Your Flutter Applications
It has been a while since I created a Flutter content that could benefit engineers from different levels. So I thought this should be a nice, conversational blog post about Dart's static analysis tools.
I have been developing Flutter applications for...
salih.dev7 min read
Randal L. Schwartz
Sometimes, "that guy"
I'm a big fan of using Very Good Analysis. The only thing I change is turning off "all public api is documented" when I'm not building a package for inclusion in other projects. But everything else makes my code much more bulletproof.