Hypertrack is preventing FCM notification in Flutter
问题 When I use hypertrack_plugin along with firebase_messaging in Flutter, I am not able to receive any message in Android. However, it works fine in iOS. Version of hypertrack_plugin: 0.1.3 Version of firebase_messaging: 7.0.3 回答1: UPDATE This issue has been fixed in the plugin update which is in the version hypertrack_plugin: 0.1.4 Problem You are facing this issue because there is multiple service class that extends from FirebaseMessagingService . Because of this, messages are received in one