For Native Android We are using Appium with webdriverio and UIAutomator2, but when we use same of Flutter, it is not working properly. We are not able to send Keys or identify particular element.
When we use Appium Inspector on Native App side we are able to inspect each and every element on UI properly, whereas for Flutter it is combining UI element in one group as it as View
I am using Flutter Version 1.22.6
I need proper solution which will work on both Native Android and Flutter
Please help.