Posts by Bruno De Souza Carvalho • 86 points
5 posts
-
1
votes2
answers630
viewsA: How to put a PHP code inside an HTML that is stored in a PHP variable?
In php and html you should always remember that php runs before html is displayed. Php runs on the server-side (hosting) and html run on the client-side (browser). Then separate your code to run…
-
0
votes1
answer232
viewsQ: Where am I wrong in cheering up by showing and hiding widgets in the flutter?
I made a list divided into two gridview because I wanted only the first 3 items to be displayed and with a button to display more items later. I don’t know if it was the right way to do it but it…
-
3
votes2
answers46
viewsA: How to implement Voidcallback in a List of Items to list in a Gridview?
I chose the above answer of Matheus as correct for being just the answer to my question. But I found another solution to my problem and solved it in the form below, so the two answers are correct…
-
0
votes2
answers46
viewsQ: How to implement Voidcallback in a List of Items to list in a Gridview?
I tried to follow the tutorial of this link http://www.macoratti.net/19/07/flut_gridv1.htm because it has a list of items in gridview closer than I want to use. And then I tried to add an option to…
-
0
votes1
answer123
viewsQ: Table structure for calculating financial transactions in Mysql?
I’m developing a system that will have financial transactions. In this system the user can enter or withdraw money, can buy and sell products, send money to other users, and etc. Currently I have a…
mysqlasked Bruno De Souza Carvalho 86