Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.1.1 23B81 darwin-arm64, locale en-BD)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] IntelliJ IDEA Community Edition (version 2023.3.6)
[✓] Connected device (4 available)
[✓] Network resources
• No issues found!
I followed the GitHub example, and Firebase Messaging is working perfectly. I am receiving the notification, and the call is coming through, but it's not showing on the lock screen in the release build (in samsung). However, in the debug build, it's working as expected.
flutter doctor
I followed the GitHub example, and Firebase Messaging is working perfectly. I am receiving the notification, and the call is coming through, but it's not showing on the lock screen in the release build (in samsung). However, in the debug build, it's working as expected.