Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
58 views

i am facing an issue in my flutter app that when i am trying to change the theme mode of the app then it automatically restarts the whole app, To be clear enough i am using Future builder in the ...
0 votes
0 answers
47 views

I'm new to Flutter and I'm a bit confused about the difference between Future and Stream. From what I understand, a Future returns a single value in the future, and a Stream returns multiple values ...
0 votes
1 answer
66 views

I have a view whose body is a FutureBuilder that gets a list of items from a Supabase backend. I'd like to do some conditional logic after the database connection such that if there IS a connection ...
0 votes
0 answers
36 views

For the ideal separation of view and logic how does one initialize a mobx store that makes an asynchronous API call, for a page/widget without the use of FutureBuilder? e.g. I log in and navigate to ...
0 votes
0 answers
46 views

I've got a small Flutter application with a structure like this: HomePage PageView Tab1 - list of data w/ FutureBuilder Tab2 - list of data w/ StreamBuilder Tab3 - list of data w/ ...
Andy's user avatar
  • 684
0 votes
1 answer
74 views

The thing is I was following a Youtube to tutorial to create a note app. I am not following the course exactly. Mainly implementing the same functionality but with an a lot better UI. Here is my code ...
0 votes
1 answer
73 views

I'm building a social feed. I have a view for the list of posts, and a view for creating a post. When the user creates a post, I want to submit it to my backend, make a callback to my setState ...
0 votes
1 answer
46 views

If have a variable: Future<CarList?> carList; I set this variable every couple of seconds via a backend call. In UI, I use FutureBuilder to show carList, which works OK. But outside UI, how can ...
1 vote
0 answers
50 views

I need to pull three lists from Firestore before building my UI. Using a Future.wait I am getting an error. Here is my code: Here is the declaration of the variables for the futures: // Variables ...
0 votes
1 answer
116 views

I'm new to Flutter and trying to load data from Firestore and then use the data in my FutureBuilder. I have to load the data before I can build the UI because how I build it depends on the data. So I ...
1 vote
2 answers
217 views

I'm a bit stuck trying to implement futurebuilder in my main app (I have successfully used it elsewhere and I am struggling to get my head around what I am doing differently). I have recreated the ...
-1 votes
1 answer
98 views

I have a stateful widget, i am facing a strange issue whenever i click on any sub item such as CustomDropDownButtonFormField and its open drop down menu even before selecting any option in drop down ...
0 votes
1 answer
45 views

While exploring flutter, I tried to create a widget that renders an image from memory (at least for now) and shows an IconButton above it. To correct the size of an IconButton I need to get a real ...
1 vote
0 answers
46 views

I work on a search screen page where the first futurebuilder is responsible for showing all usernames and profilepic when searching by username, and the second futurebuilder is responsible for showing ...
0 votes
0 answers
66 views

I'm new to Flutter and Dart, and I'm trying to build an app that allows users to sign in with Google and allows them to choose a Google Sheet to use with the app from the Google Sheets they have in ...

15 30 50 per page
1
2 3 4 5
...
47

AltStyle によって変換されたページ (->オリジナル) /