I'm trying to find a way where I can automatically click on any (x, y) coordinate of the screen without user involvement. basically I need to develop this functionality for android in flutter. we may take inspiration from ADB, like this command allow us to tap on x,y coordinates.
adb shell input tap x y