Answered
Page tagging a flutter app
I have connected my app to pendo and can see my track events flowing.
When I go to add pages, I see the camera icon on the app, click it and watch the counter go 3, 2,1 then back to camera. Nothing else happens.
Is there a trick to this?
1
Comments
I'm checking on why this option is open for a Flutter app. The capability of page capturing should only be open to codeless supported frameworks and flutter is not one of them. Flutter is a track-event-only based solution which means you need to manually trigger events in your app via code (see https://support.pendo.io/hc/en-us/articles/360061487572-Pendo-for-Mobile-Track-Events-Solution-). We are currently working on a codeless solution to support Flutter but until then capturing pages isn't relevant as we are unable to identify pages or features automatically.
Makes sense, thanks.
Please sign in to leave a comment.