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)
Change showCupertinoModalBottomSheet background Color dynamically Flutter
I am trying to implement a showCupertinoModalBottomSheet for the theme selection of my app.
But while switching the theme, the overall app theme changes except for the current showCupertinoModalBottom...
raj aryan
Votes: 0
Answers: 1
backspace text field flutter on Android devices not working
when I do backspacing on a text, and then type again, the typing does not show up in the text field and the backspacing itself doesn't work good. I don't know if the problem is with the flutter itself...
Logy
Votes: 0
Answers: 4
Flutter render overflow bottom issue on smaller devices
I have a alertdialog in my application which has come form elements init. The form is wrapped with a column widget. How ever when the keyboard opens up it throw bottom overflow issue. To solve that i...
Febin Johnson
Votes: 0
Answers: 1
How to do ElevatedButton disabled?
I want the button to be inactive until 10 characters are entered in the field. When 10 characters were entered, the button was active. And when it is inactive it is gray, and when it is active it is b...
userName
Votes: 0
Answers: 2