Flutter File Structure

Tadas Petra
ITNEXT
Published in
3 min readFeb 6, 2020

--

Keeping your code organized is absolutely essential for bigger projects. Even for smaller projects, I believe it’s good to keep things organized in case you take a long break from the project.

The file structure that I will be going over is the structure that I use for most of my apps. Obviously, depending on the project this might need to be amended.

--

--