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)
LateInitializationError with Future
I hope you could help me!
Error saying 'tables' has not been initiliazed. But when I set tables = [] instead of
widget.data.then((result) {tables = result.tables;})
it works. I think the problem comes...
Jordaninho
Votes: 0
Answers: 1
Is it theroretically possible to replace all mutexes with futures?
For instance: How would a programmer design a system that requires many threads to read and write concurrently to shared data using the future-promise paradigm without using mutexes or other locking m...
deltav
Votes: 0
Answers: 1
Use user input in API calls and then use the response in a widget in Flutter?
I am trying to make an app in flutter where the user enters something in a search (im using SearchDelegate). Then the app takes what they entered and makes an api request to my api with it. And then i...
Samisai
Votes: 0
Answers: 1
Launch concurrent dependent queries to an API
I need to launch several queries to an API from a Java application.
Some of those query depends of the result of the previous ones.
I want each query to be executed as soon as possible (ie. as soon as...
Nicolas Noilhan
Votes: 0
Answers: 1