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
Desktop flexible grid amount of content in a row
I have problem designing inside a flexible a grid where it can go from 3 item in a row on full screen to be 1 item in a row on the smallest allowed size of the application, is there a widget or guide ...
barakadax
Votes: 0
Answers: 1
Failed assertion: line 1252 pos 12: 'widget.items!.where((DropdownMenuItem<T> item) => item.value == widget.value).length == 1': is not true
I am getting this error in the console when I am trying to use flutter DropdownButton Widget.
package:flutter/src/material/dropdown.dart': Failed assertion: line 1252 pos 12: 'widget.items!.where((Dr...
Harshit
Votes: 0
Answers: 3
How to create a widget with a Text and a list?
I'm new to Flutter and I don't get what I'm doing wrong. Following some resources didn't really help me find the issue with the following code :
class history_screen extends StatelessWidget {
const ...
J.erome
Votes: 0
Answers: 2