Could not find an option named "no-sound-null-safety".
Connect Factories - Connect China Factories, Establish a Chinese Supply Chain ( https://www.connectfactories.com)
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
Login To Comment
No Comments