Skip to content
Discussion options

You must be logged in to vote

I usually keep things simple in the beginning (basic folders like models, views, widgets, services).
As the project grows, I move to a feature-based structure where each feature has its own view, controller/viewmodel, and model.
For architecture, I prefer MVVM with GetX since it’s lightweight and clear, and most importantly, I ensure the structure is well-documented and consistent for contributors.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by falconint
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants