Flutter Tutorial Part 2 - Understanding The Basics
Last time we went through development environment setup for Flutter and generated a demo app. Today, let’s take a deeper look at the generated source code and understand how it works.
Without further ado, I’m going to open the project in VSCode. If you are using VSCode also, make sure you install the Official Flutter Extension.
Folders And Files. Wow, that’s a lot of directories - you might say, but actually we can ignore most of them.