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 docs.flutter.dev #
 
PREVIOUS NEXT
Tagged: #create #flutter #project #command #line
ADD COMMENT
Topic
Name
6+4 =