Dart Additional Resources
# Additional Resources
The official Dart website. This is where you will find all the official information about Dart, the reference for the language, best practices, and code labs.
Online Dart testing site DartPad. Use this to write Dart code in the browser. A great way to quickly test some Dart or Flutter code. You can even save your samples as Gists.
YouTube Dart Crash Course Playlist by Vandad Nahavandipoor
Dart website Tutorials. This is a series of tutorials written by the Dart team for common tasks.
Dart website Sample Codelab exercises. These are sample exercises written by the Dart team to help you practice and learn.
Official Dart Language Recommendations. This is the list of best practices for writing code with Dart.
Dart Cheatsheet is a codelab that lets you write short snippets of code to learn and practice Dart language fundamentals. I highly recommend doing this codelab if you have time.