Posts by Janio Albuquerque • 31 points
4 posts
-
0
votes0
answers48
viewsQ: Flutter + Php + Mysql
Well, I’m new to flutter but basically I’m doing a simple registration with 3 fields. Summarizing my problem is that I can register normally by Androidstudio emulator, but when Gero APK and I try to…
-
0
votes1
answer41
viewsQ: Take only values after the comma in a double
What is the best way in Dart to pick up the value after the comma/point in a double? Ex: double x = 21.16; How do I get only 16? How do I get only 21? I’m using the x.truncate();.…
-
0
votes1
answer63
viewsQ: How do I 'clean the results' when the user clicks ADD (activating the function Calc onclick)?
Follows the code <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />…
-
-2
votes1
answer154
viewsQ: How to insert a line break into an appendchild, is it possible?
Do I need a line break after an appendchild or would it be after input? I’m a beginner in JS and I’m a little lost on how to make this line break. var inp1 = document.createElement('input') var inp1…