Mustafa Rizabegovic
Mustafa Rizabegovic
I'm having the same issue so for for the: OnePlus5 (OS version: android 7.1.1) Pixel 6 Pro (OS version: android 12) `java.util.concurrent.ExecutionException: A2.n: Could not find 'libflutter.so'. Looked for: [arm64-v8a,...
I'm also having this issue. Notifications are working fine on Android but not on IOS. I tried testing it also from console Firebase Messaging -> Send Test Message but still...
Hey @Hamed233. I'm also facing the same issue. Does the bug fix cover these two cases: - when initialUrlRequest changes - when initialData (as HTML) changes Also when can we...
@muyuballs Were you able to find workaround for this issue ? I happen to experience the same. All crashing users use android 10 .
@Hamed233 Please check my comment here: https://github.com/pichillilorenzo/flutter_inappwebview/issues/2613#issuecomment-2845899426
@abdelaziz-mahdy I was not when I reported the crash but today I had an app update with the newest media-kit version. The old crash is still reproduced and not only...
This is happening on production. This is my code: ``` class NativeVideoPlayer extends StatefulWidget { final String videoUrl; final String tvShowId; final Function onVideoLoaded; const NativeVideoPlayer({ super.key, required this.videoUrl, required...