Could not find an option named "no-sound-null-safety".

Author: hou Publish Time: 2023.12.03 11:25:17

remove --no-sound-null-safety in lauch.json of vs code

 

{
    // 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": "Flutter",
            "type": "dart",
            "request": "launch",
            "program": "lib/main.dart",
            "args": [
                "--no-sound-null-safety"
            ]
        }
    ]
}
Comment

No Comments