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)
Future builder return value keeps blinking
I have a screen with a container that shows the current time and under that a list view that contains list tiles with different regions and their corresponding time. I have a Future function that gets...
Rohith Nambiar
Votes: 0
Answers: 2
reactjs - update setState with array values
I want to update the setState in realtime but it is giving me hard time since state update is an asynchronous process. May I request for your assistance so I can update state by the time button was cl...
Rymrk
Votes: 0
Answers: 2
isLoading without setState? Flutter (CircularProgressIndicator)
I tried
setState(() {isLoading = true})
//do something
setState(() {isLoading = false})
in the onTab(){}
but with setState the data like pdfFile and pdfController gets overridden and the app is not p...
niklasknuf
Votes: 0
Answers: 3
How to update time dynamically in flutter
I have a list view with list tiles with each containing a region with its specific time.
I am using a Getx controller with the class WorldTime with two parameters location and time.
There is already a...
Rohith Nambiar
Votes: 0
Answers: 1