1

This application is not configured to build on the web. To add web support to a project, run flutter create .. Launching lib\main.dart on Chrome in debug mode... Waiting for connection from debug service on Chrome... Error: Cannot run with sound null safety, because the following dependencies don't support null safety:

  • package:flutter_speed_dial

For solutions, see https://dart.dev/go/unsound-null-safety Unhandled exception:

1

3 Answers 3

2

You will need at least version 3.0.0 of that package to have null safety.

Given that they are at version 5.0.0 right now, you should probably update your packages every once in a while.

Sign up to request clarification or add additional context in comments.

2 Comments

how could I upgrade it
Since you seem to have missed 2 major version changes, you edit the pubspec.yaml file to the version you want and then run flutter pub get
1

If you want to run without latest version you need to Update the Configuration File,

Edit Configuration

Then,

Add --no-sound-null-safety in Additional run args.

Add Command in Additional run args

Then, Click Apply and Run the app.

1 Comment

Thank you that was awesomly helpful
1

Edited:

you will need to latest version and if you want to run without latest version you need to run this command

$ flutter run --no-sound-null-safety 

1 Comment

thanks but didn't work

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.