How to use Alert Dialog in Flutter?

Abdul Rehman
1 min readFeb 1, 2021

Every flutter app require alert dialog at some point. It's very cumbersome to write the same code again and again to use the simplest of things in flutter. Never again!

✅ Use below dart class for all your alert dialog needs! Just add this class in your flutter app and use alert dialog with one line of code.😍

ConfirmUtil class

How to show the dialogs in the app?

Show confirm dialog with two buttons

Show confirm dialog with single button

--

--

Abdul Rehman

Mobile developer in love with Flutter and Android ♥️