Flutter GoRouter PopScope Widget Not Working
I'm working on a Flutter application using go_router for navigation and PopScope to handle back navigation. I'm experiencing issues with PopScope not behaving as expected. Context: I'm using go_router for routing in my Flutter app. I need to show an…