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)
Flutter file download issue
My book download flutter application are downloaded file from api and read app itself but the issue is small size file are downloaded fully and read successfully but 250mb file are not downloading ful...
Vijay
Votes: 0
Answers: 0
Is there a way to wait for one stream's data before listening to another stream that is dependent on the first
I rely on more than one stream for the data in my app. In this specific situation I listen to the first stream which is dependent on User UID (Firebase Auth) which I already have. But the 2nd stream n...
Deen Gangen
Votes: 0
Answers: 0
StreamBuilder / ChangeNotifierProvider- setState() or markNeedsBuild() called during build
Streambuilder, ChangeNotifier and Consumer cannot figure out how to use correctly. Flutter
I've tried and tried and tried, I've searched a lot but I cannot figure this out:
I'm using a Streambuilder t...
Mirakle
Votes: 0
Answers: 1
Flutter, stream builder returns null
I tried getting input(string) from the user using textfield, adding the input in stream, and printing the string on a different screen, but instead of the string stream builder is printing null, I und...
Ganesh Sivakumar
Votes: 0
Answers: 2