MeetUp
  • Introduction
  • ScreenShots
  • Flutter App
    • Getting Started
    • Directory Structure
    • Change App Name & ID
    • Change App Color theme
    • Firebase Phone Auth
    • Firebase Phone OTP/ SHA1
  • Laravel Admin end
    • Getting Started
    • App API
    • Update & Terminal
    • Forgot Password (Web)
    • Firebase Phone Auth for Forgot Password
    • AI Platforms
  • MeetUp App API
  • Add Firebase To Flutter App
  • Set up reCAPTCHA verification for iOS Firebase Phone Auth
  • FAQs
    • Backend Image not working
    • Firebase: This domain is not authorized
    • AI Generator
  • Change logs
Powered by GitBook
On this page
  • Constants
  • Models
  • Requests
  • Services
  • Translations
  • Utils
  • View_Models
  • Views
  • Widgets

Was this helpful?

  1. Flutter App

Directory Structure

PreviousGetting StartedNextChange App Name & ID

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.

Models

Data model are defined for easier data handling and manipulation.

Requests

All request files are store here.

Services

Service classes like firebase, router, http and notification services are stored there.

Translations

Contains the translated strings for the app

Utils

Contains all app utility functions like dialog helper.

View_Models

All view models are stored here. View model is the bridge between the view and the data-source.

Views

Contains all screens of the application

Widgets

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