documentation for a short 2 hour long dart programmming tutorial posted by the YouTube Channel of freeCodeCamp. This course was conducted by Mohmud Ahsan
Here's the link to the video Dart Programming Tutorial - Full Course
This Tutorial Covers the following topics
- Setup
- Fundamentals
- Data Types
- String, Type Conversion, Constatants, null
- Operators
- Loop
- Collection [List, Set, Map]
- Function
- Class
- Exception Handling
I was using Dart v2.16.0 (Null safety by default) while following this tutorial and therefore my code varies from that of the original video