Posts by Matheus Bazzo • 13 points
2 posts
-
0
votes0
answers1129
viewsQ: Error while trying to install the application in flutter on physical mobile
I’m having trouble installing my application on my physical phone(Redmi 6 note PRO), I’ve done some tests and the problem is in the plugin authentication with facebook, flutter_facebook_login, if I…
-
1
votes4
answers1889
viewsA: Fill vector in C
On this line where you take the keypad value typed by the user is missing the name of your note array scanf("%f", &[i]); Correct: scanf("%f", ¬a[i]); and on the line you print the notes…