Member-only story
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 this great article by Pooja Bhaumik, where you can find all shortcuts and tools that you need.
Conclusion
If you’re a fan of short, interesting articles covering various Flutter topics and you want to get into the habit of learning Flutter with me over the next five weeks, you can read my articles every Tuesday.
If you have any questions or comments about this article, let me know in the comments section.
For those who want to jump into our Flutter journey, links from the previous weeks can be found below:
- Week #23 — “My February Recommendations for Flutter Packages”
- Week #24 — “Flutter Roadmap 2021 and Flutter Engage Event”
- Week #25— “Animations Flutter Package”
See you next week, don’t break the streak!