Answers for "Cannot run with sound null safety, because the following dependencies"

8

Error: Cannot run with sound null safety, because the following dependencies don't support null safety:

flutter run --no-sound-null-safety
Posted by: Guest on April-07-2021
1

Cannot run with sound null safety, because the following dependencies don't support null safety:

In Android Studio:

Run --> Edit Configurations --> Add Additional Run args --> --no-sound-null-safety
Posted by: Guest on October-07-2021
0

cannot run with sound null safety because the following dependencies don't support null safety

---- Add before imports of file main.dart ----

// @dart=2.9

void main() {
  .........
}
Posted by: Guest on March-17-2021

Code answers related to "Cannot run with sound null safety, because the following dependencies"

Browse Popular Code Answers by Language