Muhammad Mateen
Muhammad Mateen
Hi Guys, I'm also facing same issue: Note: /Users/muhammadmateen/Library/flutter-sdk/.pub-cache/hosted/pub.dartlang.org/flutter_webview_plugin-0.3.8/android/src/main/java/com/flutter_webview_plugin/WebviewManager.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Running Gradle task 'assembleRelease'... Running Gradle task 'assembleRelease'... Done 106.2s...
in your `/ios` folder, run this command: `pod init` `pod install`
> iOS folder. which ios folder? I don't have an ios folder in my project. Would you mind sharing the screenshot of your project directory?
Please run these commands in your project directory: `cd ios` `pod init` `pod install`
Yes, my app is being build with flutter's version `3.19.5` and I am also supporting `3.10.6`. When I try to build with `3.10.6`, still I can see the same error.