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

No comments:

Post a Comment