RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
266 stars 74 forks source link

#44 Added alert dialog class #46

Closed NandayDev closed 1 year ago

NandayDev commented 1 year ago

To show a dialog, you can either use these straightforward functions to simply show some text with an "OK" button to dismiss it:

or instantiate an AlertDialogBuilder, with different parameters, and then invoke show(). I added a comment on each property (lines 18-52), let me know should you have any question

mikev-cw commented 1 year ago

Can you show us how can we display a dialog, after importing the class? Thank you

NandayDev commented 1 year ago

Can you show us how can we display a dialog, after importing the class? Thank you

@mikev-cw Top comment updated