This repository contains a collection of small Dart console applications created for practice and learning purposes. Each project demonstrates different concepts and features of the Dart programming language.
Below is the structure of the repository:
Dart-Console-Projects/
├── task_management_system/
│ └── bin/
│ └── source codes
├── student_management_system/
│ └── bin/
│ └── source codes
├── quiz_system/
│ └── bin/
│ └── source codes
├── shopping_cart_system/
│ └── bin/
│ └── source codes
├── LICENSE
└── README.md