Posts by JohnSan • 21 points
4 posts
-
1
votes1
answer64
viewsA: Streambuilder does not return value - Flutter
I’m answering so I can help other people. This was the solution found. _newMoveToApoio(String uidProp) async { var snapshot = await Firestore.instance .collection('tracker') .document(uidProp)…
-
0
votes1
answer64
viewsQ: Streambuilder does not return value - Flutter
Hello! I’m trying to return location values with StreamBuilder, but I’m not succeeding. In debug, it doesn’t even run Builder. I can’t find the problem. Here I create the Streambuilder, to bring the…
-
0
votes2
answers53
viewsA: Wrong Return Javascript and PHP
I managed to solve! I put this Function to call the contents of the option. <script> $(document).ready(function() { var marcas = $("#marcas"); var modelos = $("#modelos"); var marcaSelecao =…
-
-2
votes2
answers53
viewsQ: Wrong Return Javascript and PHP
Hello! I am making use of a FIPE table API, using Javascript to get the data and passing to my database via PHP post. The point is that when passing to PHP, it is not sending the field name but the…