Foodie
  • Introduction
  • Flutter App
    • Getting Started
    • Directory Structure
    • Change App Color theme
    • Chat with Vendor/Delivery Boy
    • Firebase
    • Firebase Phone OTP
    • Google Map
    • Running on Android Studio
    • Running App On VS Code
  • Social Login
    • Google Login
    • Facebook Login
  • Laravel Admin( Backend )
    • Getting Started
    • GUI Installer
    • Change Backend Color
    • App API
    • Payment Callbacks
    • System Settings
    • System Update & Terminal
    • Firebase
      • Firebase Database
    • Web Notification
    • Change Logs
  • Migration
    • ~ 1.3.0
    • ~ 1.5.1
    • ~ 1.6.0
Powered by GitBook
On this page
  • Constants
  • Database
  • Models
  • Sample Data
  • Utils
  • Views
  • Widgets

Was this helpful?

  1. Flutter App

Directory Structure

PreviousGetting StartedNextChange App Color theme

Last updated 4 years ago

Was this helpful?

Constants

Contains all constant value for the app like button sizes, content padding, app colors, text styles etc.

Database

Contains all database helper class include daos(database access object)

Models

Data model are defined for easier data handling and manipulation.

Sample Data

Contains manually inputted data for the app. Like vendors, foods, food options etc.

Utils

Contains all app utility functions like dialog helper.

Views

Contains all screens of the application

Widgets

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

Project Directory Structure