Broken Event due to invalid URL in flutter

Hi,
I was trying to integrate flutter piwikpro sdk. When I sent a screen tracking event, it shows me as broken event due to invalid url.
The url it shows in data is https:///screen/home. It seems for flutter the tracker picks app name as url which will always be an invalid url. How can I change the URL value or fix this?
Thank you

Solved: The app name contained invalid chars: [Dev] App and hence was not a valid one. Removed it from the name and events were fine.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.