Hommie
  • Introduction
  • Getting Started
  • The App
    • Directory Structure
    • Adding Screens
  • Others
    • License
Powered by GitBook
On this page
  • Global Widgets
  • Models
  • Services
  • Utils
  • Views

Was this helpful?

  1. The App

Directory Structure

PreviousGetting StartedNextAdding Screens

Last updated 4 years ago

Was this helpful?

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 utitlity functions like colors, styles, helper functions etc.

Views

Contains all screens of the application