I'm currently experimenting with Flutter and its abilities. I found this app Chwazi Finger Chooser on the Google Play Store.
This app allows the users to put multiple fingers on a blank screen, a circle is drawn around each finger and then one is selected.
I don't want people to just do this for me, I'm just wondering really if anyone has tried this sort of thing before in Flutter. Seeking advice as still a novice.
You're looking for the multitouch feature in Flutter.
Read more here: Handling multitouch in flutter