About Plant App

Estimated reading: 2 minutes 103 views

What is Plant App?

add defination here

App Features

  • add feature here

Project Structure

  • asset: apps/widgets/snippets images as well as appIcon are stored here.
    • app: All Images that is used in app
    • flag: All Flag images of language(country flag)
    • icon: All icons used in app
  • language: Multi-language support json file is here.
  • component: This is where you’ll find all of the screen’s components ( Screen can have multiple component).
  • model: A base class that stores data and allows other classes to monitor changes to that data.
  • network:  All API configurations can be found here.
  • screens: This is where you’ll find all of the app screens.
  • store: It is used for the MOBX state management technique.
  • Utils: The app configuration (colors, constant, etc.) as well as the app’s common function are defined here.
    • extensions: All extensions can  be found here
    • widgets: All extensions can  be found here
    • cached_network_image: default network image function will be found here
    • colors: All colors used in app is define here
    • common: All common widgets in app will be found here
    • constants: All the constant (can’t be change ) keywords define here
    • enums:
    • images: All images path that is used in app is define here
  • app_theme:Set the background colors and font styles for AppBars, Buttons, Checkboxes, etc here in App.
  • pubspec.yaml: The name of the application and other project dependencies can be found here.

Leave a Comment

Share this Doc

About Plant App

Or copy link

CONTENTS