Building a Flutter AlertDialog in just 15 minutes
The AlertDialog is basically a Popup in Flutter. Whenever you want to create a floating box that is centered on the page, you can simply use an AlertDialog. The implementation of the same is very easy and has been provided in-built with Flutter SDK. ...
Nov 17, 20193 min read1.1K

