here you will find all the materials for the flutter lab.
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
- This repository is for educational purposes only.
- all the assignments will be accepted only through this repository.