Ch Saad ahmed
Ch Saad ahmed
We are facing this issue in our production app as well on iOS ### Flutter version ``` [✓] Flutter (Channel stable, 3.16.9, on macOS 14.1.1 23B81 darwin-arm64, locale en-CA) •...
@Milad-Akarie It needs your attention We have our app in production and we are facing this issue repeatedly. As you can see in the code below, we are not calling...
No workaround is working for us. We would appreciate if it can be fixed as soon as possible @Milad-Akarie .Thanks
Hello @Milad-Akarie , I believe using `router.replaceAll([MyRootRoute])` this will pop all the routes and push a new list of route here in this case as root route. I don't want...
Thanks @darshankawar for reaching out. I have updated the repo, removed third party integration https://github.com/SdxCoder/handshake_exception_demo Can you kindly check into it again. Thanks
@darshankawar i did used the code and deployed the suggested fix to production app. If we get the same crash again going forward, i will share logs. Unfortunately we only...
Hello @darshankawar, we used the code shared by you and we observed crash logs for couple of weeks and we still have this crash coming. But this time error logs...
Hi, im facing the same error on `firebase_messaging: 14.7.19` ``` Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'java.lang.String io.flutter.view.FlutterCallbackInformation.callbackLibraryPath' on a null object reference in method 'java.lang.String io.flutter.embedding.engine.dart.DartExecutor$DartCallback.toString()' at...