iNotes
  • Introduction
  • Screenshots
  • App
    • Starter Guide
    • Directory Structure
    • Change App Name, ID & Primary Color
    • Firebase Intergation
    • Firebase Authentication Setup
  • Others
    • Changelogs
Powered by GitBook
On this page
  • Config
  • Constants
  • Global Widgets
  • Models
  • Services
  • Utils
  • Views

Was this helpful?

  1. App

Directory Structure

PreviousStarter GuideNextChange App Name, ID & Primary Color

Last updated 3 years ago

Was this helpful?

Config

Contains all app configurations like theming, routing, navigation, extensions etc

Constants

Contains all app constants grouped by the type. For example all images used in the app are stored in a constant file named 'images.dart'.

Global Widgets

Contains all UI widget used in the application like: Buttons, TextFields etc

Models

Data model are defined for easier data handling and manipulation.

Services

Contains helper services like alert and dialog services.

Utils

Contains all app utility functions like helper functions , theme utilities etc.

Views

Contains all screens of the application