Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

run dart in vscode

//add 'program' and the name of your dart file to launch.json, then hit f5

"configurations": [
         {
            "name": "Flutter",
            "request": "launch",
            "type": "dart",
            "program": "lib/your_class/file_name_with_main_function.dart"
        }
    ]
 
PREVIOUS NEXT
Tagged: #run #dart #vscode
ADD COMMENT
Topic
Name
7+9 =