//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"
}
]