Posts by Tatiana Golin • 19 points
2 posts
-
0
votes0
answers33
viewsQ: How to get the return of a javascript variable with Flutter Web
Colleagues, please, I need to receive the return variable from this encryption library below. My application is in Flutter Web, and I don’t know how to include Javascript in Flutter Web. I’ve done a…
-
0
votes0
answers29
viewsQ: How do I mount Listview of the result of an API call?
I am making the call of an HTML and the return in JSON var dadosJson = json.decode( response.body ); is the following string: flutter: resposta dadosJson: {_embedded: {banks: [{number: 001, name:…