Lib Folder

In the project section, in Grace folder you can see lib folder it is the place for the code .dart in flutter project, in this folder you have four folders:

  • 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'll find all the pages of the app

  • Translations:

Contains the classes that are used for translating

Last updated