Posts by Tiago Gomes Oliveira • 21 points
2 posts
-
0
votes1
answer222
viewsQ: Header in an http.send request
I have a request by stream which is as follows:. Future<Stream<Chamado>> getChamado() async{ final String url = 'www.api' final client = new http.Client(); final streamRest = await…
-
0
votes0
answers1152
viewsQ: Instantiating a method in another class
I am instantiating a method of another class, in which it uses a list filled by initState, but when entering the method I am calling, the list comes empty, as if it had not been executed, I’m…