Hi!
(Update)
I think propertiesV2Show is what I am looking for, can anyone confirm this?
I am sending value from my mkr gsm 1400 to the IoT cloud to a variable called "waterDepth" and I then want to display waterDepth on the frontend. I am writing my frontend in flutter and I haven't seen any example on fetching variable values from IoT cloud using flutter.
So what I am wondering (before I pay a subscription that might turn out useless) is if it is possible to fetch a variables value just using simple http request, and not use a package to do it, as it seems that for Python, Javascript and Golang you need to import a package to fetch the data.
If not, is there a package for flutter / Dart that I haven't found which I can use?