flutter build apk --release --no-sound-null-safetyAldığım hatanın çıktısı ;
C:\src\flutter\bin\flutter.bat --no-color build apk Building with sound null safety Running Gradle task 'assembleRelease'... Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:webview_flutter For solutions, see https://dart.dev/go/unsound-null-safety FAILURE: Build failed with an exception. * Where: Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 1159 * What went wrong: Execution failed for task ':app:compileFlutterBuildRelease'. > Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BU?LD FAILED in 9s Running Gradle task 'assembleRelease'... 10,2s Gradle task assembleRelease failed with exit code 1 Process finished with exit code 1
webview için
pupspec.yaml dosyasına eklediğim kod.

nedir bu -sound-null-safety çıkmazı ? Bir türlü çözemedim.