Qr-scanner working in background in flutter
I have my own app written in Flutter. I used go_router package to ensure a persistent bottom navigation bar. The problem is when I go to qr scanner navigation destination and then go back to another navigation destination B. When I come back to B, I noticed from the logs that the scanner still works in background, which is not good for performances, etc.
Qr-scanner working in background in flutter
I have my own app written in Flutter. I used go_router package to ensure a persistent bottom navigation bar. The problem is when I go to qr scanner navigation destination and then go back to another navigation destination B. When I come back to B, I noticed from the logs that the scanner still works in background, which is not good for performances, etc.