Skip to content

Latest commit

 

History

History

frontend

Getting Started (Installation Guide)

Note: Flutter sdk version 2.0.5 is recommended to run project

2. Clone the repo

$ git clone https://github.com/Technocrats-nitw/Care.git
$ cd Care/frontend

3. Start the Project After setting it up

$ flutter run

Directory Structure

  • See code in lib folder
Click to expand
├───android
│   ├───app
│   │   └───src
│   │       ├───debug
│   │       ├───main
│   │       │   ├───kotlin
│   │       │   │   └───com
│   │       │   │       └───example
│   │       │   │           └───login_signup_example
│   │       │   └───res
│   │       │       ├───drawable
│   │       │       ├───drawable-v21
│   │       │       ├───drawable-v29
│   │       │       ├───drawable-v30
│   │       │       ├───mipmap-hdpi
│   │       │       ├───mipmap-mdpi
│   │       │       ├───mipmap-xhdpi
│   │       │       ├───mipmap-xxhdpi
│   │       │       ├───mipmap-xxxhdpi
│   │       │       ├───values
│   │       │       └───values-night
│   │       └───profile
│   └───gradle
│       └───wrapper
├───assets
│   ├───fonts
│   │   └───Cairo
│   ├───icons
│   └───images
│       ├───category
│       ├───covid
│       ├───dev
│       ├───docinfo
│       ├───docprofile
│       └───launch
├───ios
│   ├───Flutter
│   ├───Runner
│   │   ├───Assets.xcassets
│   │   │   ├───AppIcon.appiconset
│   │   │   ├───LaunchBackground.imageset
│   │   │   └───LaunchImage.imageset
│   │   └───Base.lproj
│   ├───Runner.xcodeproj
│   │   ├───project.xcworkspace
│   │   │   └───xcshareddata
│   │   └───xcshareddata
│   │       └───xcschemes
│   └───Runner.xcworkspace
│       └───xcshareddata
├───lib
│   ├───model
│   ├───screens
│   │   ├───account
│   │   ├───amz_health_cntr
│   │   │   └───pages
│   │   │       ├───mobile
│   │   │       │   └───widgets
│   │   │       ├───tablet
│   │   │       │   └───widgets
│   │   │       └───web
│   │   │           └───widgets
│   │   ├───chat
│   │   ├───dev_ui
│   │   ├───doctor_ui
│   │   ├───hospital_ui
│   │   │   └───med_shop
│   │   └───patient_ui
│   │       ├───covid_ui
│   │       ├───nearby_hosp_doc
│   │       └───profile
│   ├───services
│   ├───utils
│   │   └───themes
│   └───widgets
├───macos
│   ├───Flutter
│   ├───Runner
│   │   ├───Assets.xcassets
│   │   │   └───AppIcon.appiconset
│   │   ├───Base.lproj
│   │   └───Configs
│   ├───Runner.xcodeproj
│   │   ├───project.xcworkspace
│   │   │   └───xcshareddata
│   │   └───xcshareddata
│   │       └───xcschemes
│   └───Runner.xcworkspace
│       └───xcshareddata
└───web
    ├───icons
    └───splash