Hi all,
wondering if anyone can help me figure out what's the best way to capture app screenshots for app deployment when content is displayed based on conditional visibility.
I'm getting ready to release and it's time to take screenshots (fun). I was planning to use FlutterFlow native screenshot utility but a lot of the content in component/pages is displayed based on conditional visibility.
For example, a card contains order status that could be "pending", "in progress", "completed", and all of them show up in the screenshot (different rows/icons, etc), but only one of them would show up for an end user at any given time, so the screenshot doesn't really represent the look and feel of the end product in this case.
Any suggestion on what would be the best way to gather app screenshots in this case?