I currently working to make application attendance prototype, in this application i use google maps flutter. I want check if user enable developer option, because inside this have option to enable mock location. I want add more security to prevent user manipulate his location. If user detected actived developer mode , show dialog to turn off that.
Something Like this :
I have reference to make it with this link , but i'm not familiar with native code .
How can i approach this ?
Thank's.