Reputation: 1
Error: Cannot run with sound null safety, because the following dependencies don't support null safety:
For solutions, see https://dart.dev/go/unsound-null-safety
Upvotes: 0
Views: 403
Reputation: 578
run the following to build your app without null safety or try another packaged.
flutter run --no-sound-null-safety
Upvotes: 0