6 /100 DaysOfFlutter: Introduction to flutter Codebase
Create Flutter Project.
Flutter projects can be created using multiple ways.
here we will create using terminal
flutter create <project_name>
it will create a new project in the current directory.
Project Structure
Andriod folder
As flutter is the ...
abhayprajapati.hashnode.dev2 min read