I am a newbie , and I am facing a problem beyond my little knowledge. I am making a test project, where I want to use a splashscreen, as a newbie, I used flutter_native_splash to create splash screen; it is working fine, but now I want to hold the splash screen and show an AlertDialog about internet connectivity. I don't know how to use it :(
extra Q. is there any way to use an button to the AlertDialog, which will reopen / resume the process if the internet connection restore?