Open
Description
I'm trying to automate my tests on a flutter app using appium flutter driver,
When I tried to perform actions on a button located in the app main screen nothing happens and the code just stuck (no errors and nothing is performed).
The button in the app main screen is inside a list view and the page has a lot of widgets (including animations).
When the Dev team moved the button to another page with simpler structure I was able to locate and click the button.
Any idea what can cause this??