DOCUMENTATION
  • Getting Started
  • Group 1
    • Code Structure
      • Lib Folder
      • Assets Folder
      • Theme Folder
      • Pubspec.yaml
Powered by GitBook
On this page
  1. Group 1
  2. Code Structure

Assets Folder

In the project section, assets, in this folder you have three folders:

  • images:

Here you'll find the image files used in the app.

  • fonts:

Here you'll find the external font files used in the app.

  • Translations:

Contains the json files one for each locale used in the app , and there you can add translations you want as a json map.

PreviousLib FolderNextTheme Folder

Last updated 2 years ago