omarokasha1 / TheFirstProject

This is a Learning Management System Solutions Developed from Scratch inside Orange Digital Center Labs By ODC-Flutter WorkForce.
https://www.orangedigitalcenters.com/country/EG/home
10 stars 6 forks source link

Flutter Documetation Task #15

Open omarokasha1 opened 2 years ago

omarokasha1 commented 2 years ago

We need to have like the backend a clear Description for the Flutter Code Structure What is each file and how can manipulate the code the same task @omda07 Asked to do we need to make the same at FLutter .

**_

_**

@youssefelgebaly Youssef you need to get these details from Flutter Team and Backend team and add them to your documentation

youssefelgebaly commented 2 years ago

The Flutter Code Structure

Naming method

Rely on small letters and separate words with _

layout file

This file includes a fixed screen to which the bottom navigation bar or the appbar can be added, and moving between more than one screen in the body

Models

This file includes models for each screen stored in the data used in this screen in short is the data warehouse that is used

Modules

This file includes screen files from widget and state management