Flutter – Firebase Analytics custom event with AnalyticsEventItem
In a Flutter application, I'm trying to define my own view_cart event with custom parameters. So I decided to copy some of the code pieces from firebase_analytics library in order to send data successfully. Here is the filterOutNulls function from…