Saturday, June 29, 2019

Flutter Commands

1. Create a new project
   flutter create [project name]

2. check my error
     flutter doctor

3. run flutter application
     flutter run

Friday, June 28, 2019

GIT commands


1. git init [repository name]- This command used to start a new repository

2. git clone [url] - This command used download a repository from the existing URL

3. git pull - This command mage your local repository with your remote severs.

4. git status - This command will list down all files you have to be committed