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

Theme Folder

In the project section, Theme, in this folder you have two folders:

  • theme_constants:

Here you'll find the general dark and light theme of the app (if it has).

  • Theme_manager:

Contains some logic that manage the switching between light and dark modes.

PreviousAssets FolderNextPubspec.yaml

Last updated 2 years ago