Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create flutter project command line

flutter create first_app

In order to run your application, type:
cd first_app
flutter run
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #create #flutter #project #command #line
ADD COMMENT
Topic
Name
9+2 =