Anatomy
Learn about various files and folders of a Flutter Project and try to understand what they do.
We'll cover the following...
Android
You’ll find a folder named “android” in the project directory. This folder is responsible for running the app on Android devices. Here the Flutter framework does the heavy lifting to transform your Dart code to native Java/Kotlin code.