Need suggestion regarding folder structure of Flutter UI Kit

Hello everyone,
I am new here want to be an author at themeforest and upload my flutter UI kit. Can any one suggest me if I have to maintain the folder structure mentioned in the Quality & Technical requirement page? which is -
*When submitting a new project make sure it has a logical folder structure with individual folders for

  • models,
  • blocs,
  • reducers,
  • providers,
  • widgets,
  • utils,
  • pages,
  • screens. ***
    If I have to maintain this structure, I use GetX for state management so where should I place my controllers. If no, then can I follow my own folder structure. Will it be any issue for getting accepted in the review.
    Thank you in advance

Create a folder called “controllers” under the main root and use it.

1 Like


This is the current structure I have been using for quite a long. Is this going to be accepted? Please suggest.

Do you have these?

I sorry for asking silly questions but to me this structure is logical has each part of the application is divided into modules and each module contains respective page(screens & widgets), controller and bindings.

[quote=“mahabubsobhanorko, post:1, topic:450650”]When submitting a new project make sure it has a logical folder structure with individual folders for
[/quote]

According to the information, if you don’t manage the details as the example, you will get “soft” rejected. You will be requested to fix the problem. Apart from that, the information is at the requirement page. If you have doubts how it’s handled, you can purchase another item to check the details.

1 Like

Thank you very much.