I have upgraded the flutter version to the latest (3.7.7). when I upgrade, some dependencies also upgraded. but some of them are not compatible with null-safe. Now I upgraded all dependencies which are supported to null-safe versions.
Now occurred following error when I try to pub get
Since I'm not using 'flutter_webview_plugin' package anywhere in pubspec.yaml but pubspec.lock file have that package.
is there any solution to solve this issue without downgrading the flutter version?