Posts by TiagoOliveira86 • 21 points
5 posts
-
1
votes0
answers27
viewsQ: Flutter Navigator error
Good afternoon, I’m having a problem with Flutter’s Navigator: Through a certain screen I’m pushing a route this way: Provider.of<AuthProvider>(context, listen: false).getAddresses()…
-
0
votes0
answers40
viewsQ: Http requests the local api in Laravel through mobile APP in Flutter
Good night, I have an API in Laravel that is only running locally through Valet and I am developing a mobile APP in Flutter where I intend to make requests to that same Laravel API. I have already…
-
0
votes3
answers187
viewsQ: Traverse an array and insert values in the middle of it
I need to create a JS program that takes a user’s digit frequency (eg 11223655871) and returns the sequence with '-' between even numbers and '#' between odd numbers, that is, the result will be:…
javascriptasked TiagoOliveira86 21 -
0
votes2
answers12407
viewsA: Insert javascript image
Thanks Gabriel, I found out what was missing. So I finished the code this way: for (var i = 0; i < book.length; i++){ fill(random(0,250), random(50, 175) , 219); rect(10+i*120, 20, 90, 100);…
javascriptanswered TiagoOliveira86 21 -
-1
votes2
answers12407
viewsQ: Insert javascript image
Boas, I want to insert an image according to the amount of times existing in the property of an object. It is easier to explain with an example: I have this object: var book = [ { title: "O Tatuador…
javascriptasked TiagoOliveira86 21