└── readme.md /readme.md: -------------------------------------------------------------------------------- 1 | # Dart Programming Language 2 | 3 | Theory, Examples & Home Work. 4 | 5 | ## Useful links 6 | 7 | - Dart official website [https://dart.dev/](https://dart.dev/). 8 | - Online practice pad [DartPad](https://dartpad.dev/?). 9 | - Download "Dart SDK" from [https://dart.dev/get-dart/archive](https://dart.dev/get-dart/archive). 10 | 11 | ## Dart Syllabus 12 | 13 | 01. Introduction and Overview 14 | 02. Installation & Configuration 15 | 03. Basic Dart Program 16 | 04. Variable 17 | 05. Operators 18 | 06. Datatypes 19 | 07. Comments 20 | 08. User input 21 | 09. String 22 | 10. Conditions 23 | 11. Loops 24 | 12. Exception Handling 25 | 13. Functions 26 | 14. Collections 27 | 15. OOP 28 | 16. Asynchronous Programming 29 | 17. Null Safety 30 | 31 | ## Exam + Certificate 32 | 33 | ## Best tutorial websites 34 | 35 | - 36 | - 37 | - 38 | 39 | Thanks. 40 | --------------------------------------------------------------------------------