I have seen that there wont be any way of providing Tap jacking for flutter apps but I came across this saying, It is possible to globally disable all touches when obscured by setting this property on the root view in your MainActivity (Kotlin code Sample):
val view = findViewById<View>(android.R.id.content).rootView view.filterTouchesWhenObscured = true
Any suggestions how to convert the above code in dart Language for Flutter App
There's no solution for this yet by the flutter community.
2.1m questions
2.1m answers
60 comments
57.0k users