Project Structure

iCodes UI project structure and short description for each of them as follow:

  • assets: images are stored here.

  • lib: Application main file and folders are located here.

    • data: dummy data are located here.

    • model: data model are located here.

    • pages: screens app folders are located here.

      • widgets: widgets example files are located here.

      • screens: screen widgets example files are located here.

      • Apps: iCodes Apps.

      • Integrations: Integrations like firebase and other third-party.

    • tools: tools files like appbar, list data files are located here.

    • utils: utils files for like ad helper, getter.

    • main: Application configuration the 1st screen and route is been declared here.

  • pubspec.yaml: Application name and other project dependencies can be found here.

Last updated