Flutter – How to check if dialog is shown when using go_router
I was using Navigator 1 then I migrated to go_router to support deep links and web. Sometimes when I send HTTP requests, I show a loading dialog using showDialog() until the response is processed, after processing I need to check…