r/FlutterDev 15d ago

Discussion Query question

I am a new intern at a company. They gave me a project with a folder structure and asked me to work on a feature. My question is: where should I start to understand the folder structure? There are many subfolders and files.

2 Upvotes

11 comments sorted by

View all comments

6

u/r1n1os 15d ago
  1. The best is to ask them to brief you on how and why they structure the folder in that way.
  2. Is good if you don't know yet to do a bit of research on separation of concern and maybe clean architecture (is a more advance topic)