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 firebase Streambuilder, Entire screen rebuilds when one of the documents is updated
I am working on something similar to an Instagram feed page. The current implementation for that is: There is a Streambuilder in the feed screen, subscribed to the posts collection in firebase firesto...
Amaan
Votes: 0
Answers: 2
flutter listview builder inside a listview builder
I don't have much experience with flutter.
I would like to use the language_tool library (https://pub.dev/packages/language_tool) for Dart and Flutter.
To show the data obtained from the tool() functi...
CastoldiG
Votes: 0
Answers: 1
Store and retrieve colors in firestore flutter
I want to be able to store and use user selected text and background colors in firestore. I've tried storing them as strings and ints but the problem I run into is trying to use future< int> in ...
MakeApps
Votes: 0
Answers: 1
FutureBuilder has empty snapshot despite Future returns proper data
I have FutureBuilder widget as Scaffold's body and I want to display a list of widgets when database returns required info but while database is properly returning data the FutureBuilder does not show...
Mikkel Ontberg
Votes: 0
Answers: 0