[Solved] Make a Flutter alertdialog when the app open
I won’t give you the exact solution, but I’ll try to guide you. showDialog function lets you open a modal dialog. You can use initState method inside State of StatefulWidget to call showDialog on start (when your page is being build for the first time). There’s a plugin for detecting phone shake. When you detect … Read more