Posts by George • 152 points
3 posts
-
0
votes1
answer182
viewsA: How do I disable the stagehand template when creating a web flutter project?
The error message says that Stagehand 3.3.2 does not support Dart version 2.3.0, which is the one you have installed. Looking at the Github pubspec of Stagehand, I saw that the minimum version of…
-
0
votes1
answer36
viewsA: putextra puts data in RAM memory
Unable to delete this content. During the existence of this activity, the Intent will necessarily exist in memory so that you have information of how this activity was called and how it exists. A…
-
3
votes1
answer81
viewsA: Java function equivalent to the c++ map()
Apparently, there is no such standard function in Java, and probably not even in C++, but only in the Arduino for the conversion of sensor values. You can implement it in your project because it’s…