{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "wetter-simulator", "request": "launch", "type": "dart", "deviceId": "emulator-5554", "args": ["--no-sound-null-safety"] }, { "name": "wetter-handy", "request": "launch", "type": "dart", "deviceId": "20113d66", }, { "name": "wetter (release mode)", "request": "launch", "type": "dart", "flutterMode": "release" } ] }