I am working on flutter app using android studio. I want to print different statements using print and debugprint
i.e
debugPrint('Containter is tapped');
I am unable to search my print statements log in android studio, whenever I try ctrl + F and paste the specific line I want to search, it shows The View is Read Only
Here is the image of what I am trying and message android studio throw
