Within this repository lies my Dart learning journey. It houses a diverse array of code snippets, exercises, and examples meticulously crafted to unravel the intricacies of Dart programming. Explore alongside me as I delve into various concepts, from the basics of syntax to the depths of advanced features, charting my progress and discoveries in the world of Dart
Clone this repository to your local machine:
git clone https://github.com/ChiefMahedi/DartPlayground.git
To run Dart programs, you'll need to install the Dart SDK (Software Development Kit). The SDK includes everything necessary to write, compile, and execute Dart code. To install the Dart SDK and kickstart your Dart journey, visit Get Dart SDK on Their Official Website
- The
./Basics
folder contains various Dart code snippets and notes demonstrating basic concepts like variables, functions, data types, operators, etc .
./Basics
./Intermediate
./Advanced
Throughout my learning expedition, the guidance and depth of information encapsulated within the Official Dart Documentation became my trusted companion, paving the way for a comprehensive grasp of Dart's intricacies and functionalities. Its meticulous explanations and comprehensive examples were instrumental, nurturing my understanding and fueling my progress on this immersive journey into Dart programming.
If you'd like to contribute to this repository, feel free to fork it and submit a pull request. Please follow the contribution guidelines.
This project is licensed under the MIT License.