Documentation
  • Getting Started
  • Code Files
  • Code Structure
    • Lib Folder
    • Changing app logo
    • Assets Folder
    • Pubspec.yaml
Powered by GitBook
On this page
  1. Code Structure

Lib Folder

PreviousCode StructureNextChanging app logo

Last updated 2 years ago

  • 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.

translation files
app routes names