Posts by Igor • 19 points
4 posts
-
0
votes1
answer32
views -
0
votes0
answers36
viewsQ: type 'Future<Dynamic>' is not a subtype of type 'Set<Marker>'
Basically this code searches for the delivery locations already inserted in the databank and adds a marker on the map for them, in addition to showing the real-time position of the user. The error…
-
0
votes1
answer26
viewsA: Submit button only works on second click - Laravel 8
first you need to add a value to your button, I believe it is delete, then: <button type = "submit" value = "apagar" class = "bi bi-x p-1 btn btn-without-border">Apagar</button> then try…
-
0
votes1
answer30
views