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)
preserve ModalBottomSheet state
In a StatefulWidget, I'd like to create a showModalBottomSheet with ChoiceChip. However, I want the ChoiceChip status to be preserved when the modalsheet is closed.
I mean the 'selected' property in C...
Behnam
Votes: 0
Answers: 1
Screen does not update even though build function is running flutter
So I have created a chat app which draws from a pusher client. Whenever there is a new message, the build function does rebuild, and I believe the widget list does change, but there is no update on th...
Siddharth Agrawal
Votes: 0
Answers: 1
How to cancel cubit old function call?
I am trying to use cubit in my flutter project but i am facing this problem i am trying to call a function its function with future return type so its need time to be done but at the same time i got a...
majd alshalabi
Votes: 0
Answers: 1
Best way to track values of multiple text inputs to confirm they are all correct in a JavaScript/React word game
I'm making a cryptogram word game (decipher a famous quote) for my portfolio. I'm down to the last major hurdle: confirming that the puzzle is solved.
I don't have the reputation points to post a pict...
Michael Brian
Votes: 0
Answers: 1