Flutter Basic Commands

 To create a project:

use 

flutter create --org com.webtechnologyworld jeetracker

 

com.webtechnologyworld ------------------------------this is company name 

jeetracker----------------------this is project name

This will create an app com.webtechnolgyworld.jeetracker


cd jeetracker

this command changes directory to jeetracker folder


flutter run 

this command runs the flutter app

Comments

Popular posts from this blog

Create table in mysql database in phpmyadmin panel

Flutter Scratch Card