This chapter will focus purely on Dart instead of Flutter. There are two primary options for executing these samples:
- DartPad (https://dartpad.dartlang.org): DartPad is a simple web app where you can execute Dart code. It's a great playground for trying out new ideas and sharing code.
- IDEs: If you wish to try out these samples locally with complete code support, then you can use either Visual Studio Code or IntelliJ.