Questions tagged as 'dart'

0
answers

Using the Google Cloud Platform API

I created a MySQL instance in the Storage module > SQL and in it I created a database called vendas ... How could I make GET, POST, and DELETE requests in this database using Google Cloud Platform APIs? I've tried it this way:...
asked by 16.08.2018 / 02:31
1
answer

Declare a variable using var or the type itself?

I started to study Dart and I came across this questioning. In java, the type is always used in the declaration of a variable. However, Dart allows you to declare both using "var" and variable type, with some exceptions. What would be the most c...
asked by 30.07.2018 / 00:24