I use firebase for flutter, where all the dependencies are on pubspec.yaml I would like to send an event to Firebase Analytics for some activities on the native side - Home screen widget, notification received, etc.
Is it possible? FirebaseAnalytics class is not recognized on Android and if I add it to gradle, it might collide with flutter.