Lib Folder

  • Core folder:

Contains 4 dart files:

Constants: contains some constants used in the app.

Color_constant.dart: where you'll find all the colors used in the app.

Image_constant.dart: where you'll find all the images and icons constants used in the app.

math_utils.dart: where you'll find the methods used to set the sizes and paddings in a responsive way.

  • Presentation

Here you will find all the pages of the app

  • Localization

Contains the translation file/s, and you can add your own.

  • Routes

The name of all app routes.

  • Theme folder

Contains most of the decorations and fonts used in the project.

Last updated