DISCOVER FLUTTER — WEEK #26

3 Flutter Tips To Be More Productive

Jelena Jovanoski
2 min readFeb 23, 2021
Photo by Casey Horner on Unsplash

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…

--

--

Jelena Jovanoski
Jelena Jovanoski

Written by Jelena Jovanoski

On my journey to become a Flutter dev I will be sharing knowledge by writing short texts about what new know-how’s I’ve learned, in the next 30 weeks.

No responses yet