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 to create alert dialog on onTap on ListTile and select option to replace listTile value
Greetings everyone I'm new to flutter I need help implementing the simple feature of the Dialog.
I have a listTile consisting of members with different roles (Tressure, Secretary, Chair Person, and...
Advocate_Sandile
Votes: 0
Answers: 1
How to create a responsive dialog
I'm trying to style a Dialog() widget; but it doesn't realy let me deal with height and widht as I'd usually do it.
In a nutshell: I placed all content in a Container and I want that container to only...
Joe
Votes: 0
Answers: 2
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
Flutter showDialog popup after navigating to another screen
My application consists of two screens. The first screen runs a timer which calls a showDialog on its end. The dialog should appear only on the first screen.
But whenever I'm navigating to the second ...
genericUser
Votes: 0
Answers: 1