Is this possible to create an auto clicker app like Click Mate? in flutter? If yes then where should I start from? and if no then why not? Auto clicker apps are basically some apps that stimulate fake touch on some fixed or user-defined areas.
Edit: The hardest part here for me is to perform a click even outside the app. It seems an impossible task and the worse thing is, I can't find any guide about this.