How to fix app crash on recieving FCM Push Notification built on Flutter
问题 I have built an app on Flutter and was trying to send Push Notifications through FCM. Earlier it was working but after changing the version of Firebase messaging the app crashes as soon as I send a push notification. I haven't made any changes in the Code per se. I looked into the GitHub issues but couldn't resolve it. This is the code I have been using in the main.dart file. final FirebaseMessaging _firebaseMessaging = FirebaseMessaging(); void initState() { super.initState();