python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I pop a flutter cool alert dialog
I have a class that returns a button to delete a post and i added coolalert package for confirmation popup,
but everytime i click on 'Yes" it pops all my home page instead of the popup and the po...
ekwin paradika
Votes: 0
Answers: 1
Flutter: Alert Dialog with CupertinoNavigationBar back button
Flutter Question:
I am trying to implement an alert dialog on my Cupertino Navigation bar back button when pressed, but I think I have no idea how this would work when I'm not using a custom back butt...
Saheed
Votes: 0
Answers: 1
Trying to use showDialog()/show Pop up on app startup
What I want to achieve: I want to open a pop up explaining my app when it starts.
My approach: As far as I understand it from googling the issue, I should use the showDialog() method. In its most basi...
Joe
Votes: 0
Answers: 4
AlertDialog button doesn't function in Flutter
I have a TextFormField inside an Alert Dialog which is supposed to close only after the TextFormField value has been validated or show an Error Message in case no input was provided. However, as thing...
coolhack7
Votes: 0
Answers: 1