The-POS / The-POS-Flutter

Point of Sale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

separate files to features

fahjan opened this issue · comments

i prefer to separate files as a features,
ex.
lib/features/splash
lib/features/home
lib/features/auth/login
lib/features/auth/register
...

It will be the same but with another folder name, from what I saw in other projects that use Clean Architecture they name the folder as Pages, even in the official project of GetX they name it Pages, I would leave it like this.
image

the official project of GetX use pages, because it not use features in example projects.
you can improve your mind :)

Even in other projects I always saw it as Screens, but why not? I will change it to Features, and of course, I am always open to improving things.
Thank you Mohammed.