I want to show a confirmation alert dialog right before opening the app, can someone please tell me how can I achieve that in flutter?
The showDialog() method needs a context, hence I should put it somewhere with buildContext, I assume in app's build method, but how can I trigger the dialog before the actual layout will be built on screen?