You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thank you for this providing this great tool.
We have a fairly big codebase that we want to cover using fluttium.
I have an issue where I'm unable to swipe until a specific page inside of my PageView. Each page consists out of a couple of assets and Text. Above this content there is a button floating using a Stack. The screen is used as an introduction screen to the app.
Steps To Reproduce
The swiping itself works and the the "page_view_builder" label is found but after that
the flow will get stuck and quit from there.
Expected Behavior
I have provided the name of the page that I want to swipe to. I'm not able to swipe until the page is reached even when wrapping the last page with a Semantics widget. One of these two options should work as far as I understand.
Additional Context
I have also tried using a PageView, moving the steps out of the variable, removing the Stack entirely and so on. The issue persists when using the scroll interaction.
The text was updated successfully, but these errors were encountered:
Description
Hi,
first of all thank you for this providing this great tool.
We have a fairly big codebase that we want to cover using fluttium.
I have an issue where I'm unable to swipe until a specific page inside of my PageView. Each page consists out of a couple of assets and Text. Above this content there is a button floating using a Stack. The screen is used as an introduction screen to the app.
Steps To Reproduce
The swiping itself works and the the "page_view_builder" label is found but after that
the flow will get stuck and quit from there.
Expected Behavior
I have provided the name of the page that I want to swipe to. I'm not able to swipe until the page is reached even when wrapping the last page with a Semantics widget. One of these two options should work as far as I understand.
Additional Context
I have also tried using a PageView, moving the steps out of the variable, removing the Stack entirely and so on. The issue persists when using the scroll interaction.
The text was updated successfully, but these errors were encountered: