/flutter-labs

Assignments repo for of Cross-platforms development subject for University of Tripoli’s IT Students

FLutter Lab

here you will find all the materials for the flutter lab.

Project (important)

References

Assignments

Materials

Repository Structure

flutter-lab
├── assignment
│   ├── todo
│   │   ├── README.md
│   │   ├── hints.md
│   │   ├── Media
│   │   │   └── Home.png
│   │   │   └── Task.png
│   │   │   └── video.mp4
│   │   └── Code
│   │       └── README.md
│   └── named_routes
│       ├── README.md
│       ├── hints.md
│       └── Code
│           └── README.md
├── references
│   ├── dart
│   │   └── README.md
│   └── flutter
│       └── README.md
├── project
│   ├── README.md
│   └── code (you will submit your code here)
│       └── README.md
├── README.md
└── .gitignore

Disclaimer

  • This repository is for educational purposes only.
  • all the assignments will be accepted only through this repository.