python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to add opacity to a theme of context in flutter
I made a theme provider (dark and light theme) for my app after following some tutorials and it works. However, there are specific places where I would like to add some opacity. How can I do it given ...

Reagan
Votes: 0
Answers: 2
Is there a way I could refactor these similar functions in dart?
I'm trying to set the state of the variables using provider state management in Flutter, so when I call the provider in my build, it's going to change the state of the booleans in my provider class.
T...
Chigalakingsley
Votes: 0
Answers: 1
How can I make a Stack of images in flutter?
I saw a lot posts about how to do a text into a picture, I tried it and the 2 pictures were like this:
images in flutter
but I want it like this:
how the images in flutter should look like
Can someone...

ShUtDoWn
Votes: 0
Answers: 2
Change flutter built_value json naming conventions
I'm consuming an api that uses lowercase_with_underscores naming convention for its jsons' properties:
{
"user_id": 0,
"full_name": ""
}
and my built_value class is:...
Mahdi Dahouei
Votes: 0
Answers: 0