DISCOVER FLUTTER — WEEK #26
3 Flutter Tips To Be More Productive
Learning some tips can really make a difference in your long-term productivity in Flutter. This is why today’s article will be dedicated to the next three hacks.
1. Use packages
I pay a lot of attention to researching new packages on pub.dev in my articles.
Don’t waste time making something from scratch, when there’s probably a package made for it.
2. Use linting
Use linting, because it is easier to work with rules.
A lint package is great for identifying errors when you use standard rules because this collection of rules follows the Effective Dart: Style Guide. Remember, this package analyzes your code for stylistic and programming errors against the rules it knows.
3. Use IDE tooling
Learning IDE shortcuts and tooling is a must for improving your productivity and it can be very beneficial in a lot of different scenarios. I will recommend…